markdown-to-pdf icon indicating copy to clipboard operation
markdown-to-pdf copied to clipboard

Task Lists not being rendered on PDF

Open cr2007 opened this issue 2 years ago • 2 comments

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:

image

Could you kindly fix this issue as well as I really want to fully utilise this for my academic research.

cr2007 avatar Oct 28 '23 06:10 cr2007

Update: I tried using v1.2.0 (latest) of the GitHub Action, and it is still not rendering

cr2007 avatar Oct 28 '23 06:10 cr2007

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.

barrust avatar Jan 17 '24 00:01 barrust