mirror of
https://github.com/kovetskiy/mark.git
synced 2026-03-14 06:07:36 +08:00
Convert GFM task list items (- [x] / - [ ]) to Confluence ac:task-list XML format instead of HTML checkboxes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
6 lines
87 B
HTML
6 lines
87 B
HTML
<ul>
|
|
<li>[x] task item</li>
|
|
<li>regular item</li>
|
|
<li>[ ] another task item</li>
|
|
</ul>
|