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

Replace Markdown parser with MarkdownDeep #12

Closed
FransBouma opened this issue Feb 15, 2016 · 1 comment
Closed

Replace Markdown parser with MarkdownDeep #12

FransBouma opened this issue Feb 15, 2016 · 1 comment

Comments

@FransBouma
Copy link
Owner

(See #11 why this is needed)

The MarkdownSharp parser is fatally flawed: the html paragraph finder uses a regex that is broken, yet it's very long/complex. This makes it skip html block elements it should hash/escape otherwise and wraps them in paragraph tags, causing flawed HTML output.

MarkdownDeep is another markdown parser and we'll move to that. This has consequences: the extensions used by DocNet have to be ported as well.

@FransBouma
Copy link
Owner Author

Implemented 832a373

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

1 participant