markdown-to-pdf
markdown-to-pdf copied to clipboard
Task Lists not being rendered on PDF
I was trying to add Task Lists in my Markdown file to be rendered in my PDF file. I added it in the following manner:
- [ ] This is a task
- [ ] This is another task
- [ ] Task 3
- [ ] This is a task
- [ ] This is another task
- [ ] Task 3
But it is being rendered in the below manner:
Could you kindly fix this issue as well as I really want to fully utilise this for my academic research.
Update: I tried using v1.2.0 (latest) of the GitHub Action, and it is still not rendering
adding this markdown-it package should enable it, similar to #40
https://www.npmjs.com/package/markdown-it-task-lists
I'm happy to help implement this and #40 but I don't know what the dev process is to add to it.