-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown: problem when rendering source with prepending whitespace #697
Comments
I just realized that this is actually expected behavior. Prepending text with whitespace starts a code secion in markdown. Solutions to the problem above is changing the template to:
or
or
However, this can easily been overlooked and lead into unnecessary bug hunting. |
My 2 cents: In OiRA we also use pat-markdown. There we have learned to never prepend whitespace in any I think it is the very nature of the And yes,
Even here :) |
In a template like this:
Where
${context/text}
outputs this:The rendered markdown is:
Instead of:
The text was updated successfully, but these errors were encountered: