Paragraphs and line breaks
 Paragraphs in Markdown
To start a new paragraph, leave an empty line (with no spaces) before adding the new paragraph content.
 Line breaks in Markdown
Avoid line breaks when possible. Considering creating a separate paragraph, even inside numbered lists.
If you need to add a line break, use the <br/> HTML element.
Example inside a table:
This is how the table looks:
| Feature | Enabled | 
|---|---|
| Feature name Additional info | Yes |