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
I was using mdv to view the README file for redisson where I noticed that mdv doesn't correctly handle <br\> line break.
<br\>
Expected Output:
Actual Output:
The text was updated successfully, but these errors were encountered:
Same here. This Markdown test.md
Markdown
Hello \ World
renders as (mdv test.md)
GitHub renders it as:
Hello World
Sorry, something went wrong.
No branches or pull requests
I was using mdv to view the README file for redisson where I noticed that mdv doesn't correctly handle
<br\>
line break.Expected Output:
Redisson - Redis Java client
with features of In-Memory Data Grid
Actual Output:
Redisson - Redis Java client <with features of In-Memory Data Grid
The text was updated successfully, but these errors were encountered: