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
1. **Just some random text** * **Blah blah** lorem ipsum.
The dingus renders this correctly, as per example 108 in the specs.
Expected behavior:
<ol> <li> <p><strong>Just some random text</strong></p> <ul> <li><strong>Blah blah</strong> lorem ipsum.</li> </ul> </li> </ol>
Actual behavior:
<ol> <li><strong>Just some random text</strong></li> </ol> <pre><code>* **Blah blah** lorem ipsum. </code></pre>
Note that the actual HTML is "made up", as I am only working with the parsed AST and never render to HTML.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The dingus renders this correctly, as per example 108 in the specs.
Expected behavior:
Actual behavior:
Note that the actual HTML is "made up", as I am only working with the parsed AST and never render to HTML.
The text was updated successfully, but these errors were encountered: