Fixed a bug where it would generate an HTML <p> for a singular post that had type markdown. This would cause the purple pound sign to appear below the headline, instead of to the right of the headline, in the rendering.
For titled posts of type markdown, enclose the generated markdown text in a div not a span, because that's what it is. The type is divMarkdownText.
Did a few CSS tweaks for Markdown posts, to increase the spacing between headings, and to make the paragraph spacing follow the same rules as non-markdown Old School paragraphs. Checked in the changes.
New release of Old School, v0.7.16. Checked in the changes.
Fixed a bug where it would generate an HTML <p> for a singular post that had type markdown. This would cause the purple pound sign to appear below the headline, instead of to the right of the headline, in the rendering.
For titled posts of type markdown, enclose the generated markdown text in a div not a span, because that's what it is. The type is divMarkdownText.
Did a few CSS tweaks for Markdown posts, to increase the spacing between headings, and to make the paragraph spacing follow the same rules as non-markdown Old School paragraphs. Checked in the changes.
New release of Old School, v0.7.16. Checked in the changes.