Skip to content

Issues with Lists #337

Closed Answered by geoffreymcgill
JoelMTaylor asked this question in Q&A
Jun 13, 2022 · 4 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @JoelMTaylor,

Regarding the lists and spacing, the following thread discussing CommonMark Loose Lists vs Tight Lists should help provide some insight, see #67

Instead of adding <br> line breaks, in Markdown you can end a line with a \ to force a hard line break. The \ gets converted to a <br /> in the final generated HTML.

As well, the lineBreaks config might also be something you would like to experiment with. Try the following setting in your retype.yml:

markdown:
  lineBreaks: hard

Hope this helps.

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@JoelMTaylor
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@JoelMTaylor
Comment options

Answer selected by JoelMTaylor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants