-
Here is a list. I can do numbered lists.
-
I can do a list entry followed by two spaces.
This means this is in the same paragraph
-
If I want a code block (with syntax highlighting, inside a list, something breaks:
print("This needs a blank line before the code block")
-
And we're back to square one.
Last active
July 21, 2019 03:31
-
-
Save tef/6411393 to your computer and use it in GitHub Desktop.
That is a feature of Github flavored markdown(GFM).
So you might want to check if a library understands GFM before starting any projects, if that is what you are planning to do.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Markdown does support code inside of lists (indent by 8 spaces, not four), but you can't get syntax highlighting.