Yes custom HTML block can be a solution but I am sure you also need the formating options in block editor.
Here is a simple solution, Just create a css class:
.redspace {
margin-bottom: 0; //what ever you like the space to be: 10px 5px...
}
Now apply this class to the p where you dont want the space.
in your case:
<p style="text-indent: 25px;" class="redspace">Then the sun sinks, swallowed by the dark. In that dark
more dust, always more dust</p>
Thats it.
Related Posts:
- how can default_content filter tell if content will load in block editor or classic editor?
- Notion-like editing and layout with a convenient freeform collaborative editor in WordPress? [closed]
- Block editor: content resets to the previous state in “Edit as HTML” by clicking somewhere outside of the editing window
- serialize_blocks breaking html tags in content
- Why does the custom HTML block not preserve the HTML characters?
- Why is wordpress suddenly stripping away all newline characters and how to disable this?
- How to Analyze Blocks and find Intersection and patterns between pages
- How to add custom HTML tags in the visual mode via keyboard only?
- WordPress “HTML editor” which doesn’t trash hand-coded HTML?
- How can I reset/remove background colour from a block
- How to add “rel=nofollow” for links in latest version of WordPress?
- Gutenberg Group block missing Layout options
- What is the correct way to send Markdown code via the API?
- Add To Gutenberg Sidebar
- How to detect the usage of Gutenberg
- Possible to use @wordpress/create-block with multiple blocks?
- What is the advantage of ‘register_block_type’ (the PHP function) when creating custom blocks?
- How to disable Gutenberg editor?
- The Block Editor: Disable “Color settings” in the specific block
- Gutenberg “Add Block” button is not active (greyed out), cannot add new blocks
- Serialize custom block with InnerBlock
- What replaces wpColorPicker in Gutenberg?
- Gutenberg Range Control default from meta value
- Add Shortcode inline inside Gutenberg block
- Find all the places where a block type is used
- How to make WordPress and TinyMCE accept tags wrapping block-level elements as allowed in HTML5?
- Why is the new Gutenberg editor so narrow, and how to make it wider?
- WP Blocks – Gutenberg – not rendering $content
- Can’t get dynamic Gutenberg block to render on the frontend
- Gutenberg change/remove “Write your story” placeholder in custom blocks
- How do I listen for a change in an innerBlock child?
- How to enable Gutenberg Block Editor on taxonomy term pages?
- What’s the absolute minimum code that I need to create a dynamic block?
- How to make 2/3 width column in Gutenberg
- Change default colors in paragraph block settings
- Gutenberg Reusable Block of WordPress
- Add custom attributes to link in Gutenberg
- How do I add a Gutenberg editor to a custom options page
- Custom Gutenberg Block: Excluding an allowed block from InnerBlock’s templateLock={‘all’}
- How to display php source code inside a post using visual editor?
- Determine if block has already been registered
- InnerBlocks breaks Flexbox and CSS Grid styles
- Is there a way to set the gutenberg color palette outside the theme?
- Gutenberg get withState variable in save function
- Gutenberg block JavaScript localisation on Polyglots does not work
- create-guten-block in wordpress theme?
- Visual/Text tabs in wp editor Not Showing
- how define elements type in attributes type array of gutenberg blocks
- Convert GMT time to local time in Gutenberg Block Editor
- Restrict heading level in Gutenberg block `core/heading`
- How do I disable or hide the Layout block setting in the Group block
- Cleaning up after block dismount
- I cant see Block Editor with v5.7
- How to update block attribute after format is applied?
- How to add a class to the link of the default Gutenberg Button block?
- How to identify what templates are being loaded in a block-based theme [closed]
- Check if current page is using blocks (Gutenberg) or is legacy
- Add support for ‘alignnone’ to Gutenberg block align controls?
- How do I replace a audio gutenberg block to native audio wordpress
- Converting a theme to Gutenberg but some styles are missing in the front end [closed]
- In context click and edit: is it feasible?
- Block Controls not showing
- Gutenberg and FSE: How to exclude a block from full site editing
- Disable only one Gutenberg block programatically / coblock/maps not listed in blocks
- How to select block variation from BlockVariationPicker
- WordPress Full Site Editing: How can I access my posts listing page?
- Editable button with RichText for Gutenberg custom block
- How to show the contants in front end same as visual editor with space / linebreak?
- How to remove the old “Custom CSS” from customizer after the theme has been migrated to Gutenberg FSE
- Why am I getting the error: Cannot update a component (`Unknown`) while rendering a different component (`Edit`)?
- Gutenberg editor auto remove wrapping tags like
- Setting fontSize within core/heading
- Unable to edit server side rendered block
- Why does the paragraph block automatically add class?
- How can I block embeds and show an individual preview image per block?
- Gutenberg link of internal page not showing
- How do I trigger the sidebar reveal for my sidebar plugin in the Gutenberg editor?
- How to extend the URLPopover render settings for the paragraph Gutenberg block?
- Custom Image Gutenberg Block With Caption
- Debouncing Input value with block attributes
- Using the block theme in production
- When using the MediaPlaceholder component, will skipping blobUrl handling break something?
- How do I add filters in Twenty-Twenty-Three without a functions.php?
- Different style options for the same block depending where it is used
- How to extract ‘intro’ block from page content, but later strip from page main content
- Add a new option to Social Link block
- Editing Inline fonts/typeface using the block editor
- What is the proper way of using React Hooks in Gutenberg on frontend?
- How to add Gutenberg editor on frontend page?
- Is there a frontend equivalent for add_menu_page?
- How do I load styles for editing the admin interface for the block builder?
- Unable to edit custom post type, editor crashes. What to do?
- Gutenberg – Shadow settings not available (theme.json)
- Block Validation Error
- Can I use the Query Loop as a component-dependency inside my block?
- Remove WP 6.4 Lightbox “Expand on Click” functionality
- How to add Foreground Colour option to custom block
- How to add “double footer” in WordPress block editor? [closed]
- What JS version does wp-scripts output to by default?
- Problem creating a two level list that is text only (not links)