Skip to content

How to insert a blank line? #493

Closed Answered by pawamoy
andreas-vester asked this question in Q&A
Discussion options

You must be logged in to vote

It has been asked before: Python-Markdown/markdown#1157.
Suggested solution: use the pymdownx.escapeall extension, with the hardbreak option enabled:

markdown_extensions:
- pymdownx.escapeall:
    hardbreak: yes

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by pawamoy
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
Converted from issue

This discussion was converted from issue #487 on November 22, 2022 17:30.