markdown bigger line break code example
Example 1: markdown empty line
// If markdown engine not support html
<br /> // If support html
Example 2: Markdown new line
Hello (<-- two spaces)
World
// If markdown engine not support html
<br /> // If support html
Hello (<-- two spaces)
World