Replies: 1 comment 3 replies
-
Let's be clear here. The original Markdown spec uses two spaces to put things on a new line, not two spaces and a I do have an extension, that I maintain, that can add newlines with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to use markdown flavor of adding new line in our mkdocs pages.
I expect after two spaces and backslash (
\
) and return (hitting Enter key) the text on new line should be rendered on the new line in mkdocs pages (as it does in markdown). However it renders on the same line -This is a text. \ Text spills on a new line.
.Indeed mkdocs renders a text on new line after two spaces (without backslash) and return, but many IDEs and git pre-commit hooks complains for additional blank spaces at the end of text.
What could be the workaround for this problem?
Thanks and regards,
Jayesh
Beta Was this translation helpful? Give feedback.
All reactions