Open bbassac opened 5 years ago
Task lists are supported by flexmark-java with the TASKLISTITEMS extension, e.g. in pom.xml set the following configuration: <pegdownExtensions>TASKLISTITEMS</pegdownExtensions>
.
In markdown file write:
Task List
- [x] Task 1
- [ ] Task 2
- [x] Task 3
Does this answer your question?
He, When trying to render a todo-list like check boxes like :
Could it be possible to render as checkboxes in the gernerated Html ?