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 believe that the tasklists are broken. In my project the input tags are missing inside the list elements.
Then I looked onto the demo page where I saw that the input elements are also missing With this HTML generated:
<ul> <li class="task-list-item"> checked list item</li> <li class="task-list-item"> unchecked list item</li> </ul>
Things I have tried already (in my project):
true
github
This is the way I currently use it:
const converter = new showdown.Converter({ tables: true, tasklists: true }); converter.setFlavor('github'); const descriptionHtml = converter.makeHtml( this.description );
Am I missing something or is it actually broken?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I believe that the tasklists are broken. In my project the input tags are missing inside the list elements.
Then I looked onto the demo page where I saw that the input elements are also missing
With this HTML generated:
Things I have tried already (in my project):
true
in the configurationgithub
This is the way I currently use it:
Am I missing something or is it actually broken?
The text was updated successfully, but these errors were encountered: