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
Thank you for this great parser, I'm using it in QOwnNotes!
Are there any plans to support markdown tables like:
| Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 |
Or will there never be support because it's not specified in http://daringfireball.net/projects/markdown?
The text was updated successfully, but these errors were encountered:
Meanwhile I created a markdown highlighter for C++ Qt with QSyntaxHighlighter at https://github.com/pbek/qmarkdowntextedit/blob/develop/markdownhighlighter.cpp.
QSyntaxHighlighter
Sorry, something went wrong.
Maybe having a look at (and transitioning to) MultiMarkdown can help? https://github.com/fletcher/peg-multimarkdown
@DivineDominion thank you for mentioning. I currently use my own highlighter.
No branches or pull requests
Thank you for this great parser, I'm using it in QOwnNotes!
Are there any plans to support markdown tables like:
Or will there never be support because it's not specified in http://daringfireball.net/projects/markdown?
The text was updated successfully, but these errors were encountered: