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: Support tables extensions #184

Closed
codebrainz opened this issue Jan 15, 2015 · 2 comments
Closed

Markdown: Support tables extensions #184

codebrainz opened this issue Jan 15, 2015 · 2 comments

Comments

@codebrainz
Copy link
Member

Neither of the Markdown plugin's parser libraries supports tables, mostly because it's not "standard" Markdown, but it would be extremely useful to support this.

@codebrainz codebrainz self-assigned this Jan 15, 2015
@codebrainz
Copy link
Member Author

If anyone knows of a Markdown parser written in C or C++ that would be fast enough to do real-time parsing and leave some cycles to update the WebKit view, I'm open to changing parsers. I tried the Python Markdown one (using CPython API) and it's simply not fast enough :(

@codebrainz
Copy link
Member Author

PR #747 provides CommonMark support, futher extensions should be discussed within that project (ex. this and this).

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

No branches or pull requests

2 participants