We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a mod's readme, this code
* item ``` line 1 line 2 ```
results in inline code like this:
line 1 line 2
instead of
Encountered here (Settings section). Correct rendering here
edit: I changed the markdown in contentdb to have a better rendering, but the upstream markdown still triggers the bug
The text was updated successfully, but these errors were encountered:
There is supposed to be a blank line between the text and the code block, but ContentDB also doesn't support that
Sorry, something went wrong.
I suppose this was closed because it's an upstream issue. Do you know if there is a ticket about it in the upstream tracker?
This is intended behaviour by the python markdown parser as markdown requires blank lines between blocks
I'm planning on moving away from python markdown to something a bit less strict, see #537
No branches or pull requests
Summary
In a mod's readme, this code
results in inline code like this:
line 1 line 2
instead of
Steps to reproduce
Encountered here (Settings section). Correct rendering here
edit: I changed the markdown in contentdb to have a better rendering, but the upstream markdown still triggers the bug
The text was updated successfully, but these errors were encountered: