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

Improved markdown parser #34

Open
daniel-lerch opened this issue May 1, 2020 · 0 comments
Open

Improved markdown parser #34

daniel-lerch opened this issue May 1, 2020 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@daniel-lerch
Copy link
Member

The markdown implementation of v0.9.1 does not hide control chars and is incompatible to CommonMark in terms of bold/italic text.

A full CommonMark parser is not required but *italic*, _italic_, **bold**, __bold__, ***bolditalic*** and ___bolditalic___ should work.

For monospace text escaping like ``$string = "Hello`r`nWorld"`` should render as $string = "Hello`r`nWorld".

@daniel-lerch daniel-lerch added bug Something isn't working enhancement New feature or request labels May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants