hexojs / hexo-renderer-pandoc

A pandoc-markdown-flavor renderer for hexo.
https://npmjs.com/hexo-renderer-pandoc
MIT License
118 stars 33 forks source link

The task list or todo list cannot be rendered correctly #42

Closed zhaofei2048 closed 3 years ago

zhaofei2048 commented 3 years ago

This is displayed in Typora: image And below is what displayed on my website (rendered by hexo-renderer-pandoc): image

It seems that task list (or called todo list) is not rendered correctly. However, pandoc group stated that it support the task list in their document: image And when I run pandoc --list-extensions, I cannot find that extension (task_lists). My pandoc version is 2.2.3.2. Is my pandoc version too old? Thanks a lot!

Ritsuka314 commented 3 years ago

I think task_lists extention is introduced in 2.6: https://www.pandoc.org/releases.html#pandoc-2.6-2019-01-30

zhaofei2048 commented 3 years ago

Ok, thank you very much!

---Original--- From: @.> Date: Tue, Apr 6, 2021 18:57 PM To: @.>; Cc: @.**@.>; Subject: Re: [wzpan/hexo-renderer-pandoc] The task list or todo list cannot be rendered correctly (#42)

I think task_lists extention is introduced in 2.6: https://www.pandoc.org/releases.html#pandoc-2.6-2019-01-30

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.