I presently compose the text on the EDIT ALBUM/PAGE CONTENT/MAIN COPY section like this, in HTML:
but now, I would like to “simplify” things by moving to Markdown.
So, I would compose the text like so:
I have two questions:
-do I need to keep the first three lines of the HTML code?
-the Markdown version of the text has more line spacing than the HTML version. How can I correct this, if at all?
You can’t put Markdown inside of html. So if you’re writing text for a multi-language site, it needs to be in html (at least the parts that are being used based on the language the viewer chooses)
the reason that Markdown has more spacing could have something to do with the html tags you’re using, like <small>
That code should notbe in the page copy (it’s already in the page code anyway, if you look at the page source code).
So you should remove it from the page copy.
the reason you’re getting the spacing with html on that page is that you’ve got a custom class assigned to the div that changes the line-height.
If you need that, then html it is.
I’ve been thru this with Rod. If I write the credits in Markdown, it seems easier.
But, I can’t get the formatting I want.
If I write with single interlines, the resulting text is laid out on a single line.
If I double the interline spacing in Markdown, the resulting layout has the interlines are farther apart and on the mobile, the whole design is broken.
See the above comments I posted.
So, unless using HTML in the Main Copy section in some way causes problems to the whole page, I think I’ll stick with the HTML.
Thank you, Matthew.
Since I am not planning on a multi-language site for the moment, I will remove the first line in the Page Content / Main copy sections: <meta charset=" UTF-8 ">
Should look like this, now: