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
Input:
<div><div>a</div><div>b</div></div>
Output:
<div><div>a</div> <div>b</div> <p></div></p>
Full code:
const Showdown = require('showdown') const converter = new Showdown.Converter() const input = '<div><div>a</div><div>b</div></div>' console.log(converter.makeHtml(input))
Showdown version: 1.6.4
1.6.4
I'm not sure if my input is invalid (and I should expect undefined behaviour), but the output certainly is!
The text was updated successfully, but these errors were encountered:
Related to #357
Sorry, something went wrong.
This should (hopefully) be fixed now, without much performance issues.
6fbc072
tivie
No branches or pull requests
Input:
Output:
Full code:
Showdown version:
1.6.4
I'm not sure if my input is invalid (and I should expect undefined behaviour), but the output certainly is!
The text was updated successfully, but these errors were encountered: