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
within lists, markdown extended does not recognize indented code blocks (no matter how many new lines or indentations I use).
This is part of default markdown. For example, the markdown code below:
* a list item a bit of code
in Github renders to:
a list item
a bit of code
The text was updated successfully, but these errors were encountered:
PR?
Sorry, something went wrong.
@jonschlinkert Sorry not sure what that means...
@woojoo666, I believe @jonschlinkert is suggesting you submit the code change (called a Pull Request) to fix this!
https://github.com/sekogan/MarkdownLight can highlight these code blocks, so it may serve as good example if someone tries to implement this. It also looks like a fork of that extension at https://github.com/evandroforks/MarkdownLight has done some or all of the work to translate it to .sublime-syntax format.
.sublime-syntax
No branches or pull requests
within lists, markdown extended does not recognize indented code blocks (no matter how many new lines or indentations I use).
This is part of default markdown. For example, the markdown code below:
in Github renders to:
a list item
The text was updated successfully, but these errors were encountered: