Hi, I’ve noticed when I edit that the pages are not respecting my spacing. For example, editing in markdown I see two sentences in two separate lines, but as soon as I click out of the markdown editor to see the display, it completely disregards it and just merges both sentences into one. This also happens when I put two spaces (Enter-Enter) between sentences. As soon as I click out of the editor, the spacing reverts to a single line (Enter) between spaces. I have attached screenshots of the issue to this thread.
This is how markdown formatting works. It does not render extra spaces. For example, this community forum where we are talking uses markdown to render text. You can enter 10 line breaks between two paragraphs but it will only show up as only one. Fortunately, you can achieve extra spaces by using the HTML line break symbol between your lines. Here it is below:
< br />
Additionally, the Studio content pages allow you to use either Markdown or HTML. So if you want even more styling control, you can always make an HTML section. For your convenience I’ll include screenshots of both of the things I am talking about.
SCREENSHOT OF HOW TO ADD SPACING IN MARKDOWN
SCREENSHOT OF HOW TO ADD HTML CONTENT PAGES
Thank you for the quick reply and clarification, I had never noticed it in the previous version.