Markdown | Line Break
Context
Question
How to add line-break to the markdown?
Answer
- Use double space at the end
- ==Use
\at the end (not always supported, but I will use this one)== - Use
<br />ignored by goldmark by default
What I Learned
Resources
- https://www.markdownguide.org/basic-syntax/
- https://discourse.gohugo.io/t/markdown-not-adding-a-br-when-adding-a-line-break/28263
- https://sembr.org/
- https://daringfireball.net/projects/markdown/syntax#p
Tags: