Skip to content
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 table support #36

Open
pbek opened this issue Nov 23, 2016 · 3 comments
Open

Markdown table support #36

pbek opened this issue Nov 23, 2016 · 3 comments

Comments

@pbek
Copy link

pbek commented Nov 23, 2016

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?

@pbek
Copy link
Author

pbek commented Nov 27, 2016

Meanwhile I created a markdown highlighter for C++ Qt with QSyntaxHighlighter at https://github.com/pbek/qmarkdowntextedit/blob/develop/markdownhighlighter.cpp.

@DivineDominion
Copy link

Maybe having a look at (and transitioning to) MultiMarkdown can help? https://github.com/fletcher/peg-multimarkdown

@pbek
Copy link
Author

pbek commented Jul 31, 2017

@DivineDominion thank you for mentioning. I currently use my own highlighter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants