-
Notifications
You must be signed in to change notification settings - Fork 857
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
two blank lines break the code block #292
Comments
not only trailing position but also anywhere the two blank lines exist the code block be broken ... |
I have meet the same issue, without line breaks in code |
I have try to revise the output of html.replace(/<code><\/code>\`(?=[^<])/g,'<code>');
html.replace(/<code><\/code>\`(?=<)/g, '<\/code>'); |
Of course there are more workarounds for this but we want it be fixed, not more cheats. |
Perhaps we could start by writing a test that fails... I'll try to get to it. I share your pain - Tiddlywiki uses this library! Also worth checking out if a fork has this fixed. |
original text
using markdown
converted
Is that a bug or my mistake?
The text was updated successfully, but these errors were encountered: