Published 2022-09-23 22:29:37
Markdown: Add A BlockquoteTo create a blockquote to draw emphasis or highlight a block of text you will use the syntax. For example: This is a block of text Markdown: ...
Published 2022-09-23 22:20:45
Markdown: Adding Extra Horizontal Space Between ParagraphsIf you have ever hit the enter key multiple times between two paragraphs in the hopes of creating more space and yet nothing happens then you have a horizontal spacing problem. By default HTML, the format in which your Markdown is converted to interprets multiple whitespaces as one. So hit...