Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Checklists #95

Closed
1 of 2 tasks
Tracked by #120
xvrabcov opened this issue Aug 10, 2021 · 3 comments
Closed
1 of 2 tasks
Tracked by #120

Adding Checklists #95

xvrabcov opened this issue Aug 10, 2021 · 3 comments
Assignees
Labels
feature request lua Related to the Lua interface and implementation
Milestone

Comments

@xvrabcov
Copy link
Collaborator

xvrabcov commented Aug 10, 2021

Hi, would it be possible to add support for checklists?
Currently the following code

- [x] checked
- [ ] unchecked

doesn't come out as this:

  • checked
  • unchecked

but rather as this:

x checked
  unchecked
@Witiko Witiko added lua Related to the Lua interface and implementation feature request labels Aug 10, 2021
@Witiko Witiko self-assigned this Aug 10, 2021
@Witiko
Copy link
Owner

Witiko commented Aug 10, 2021

Definitely possible and intriguing: Since TeX is Turing-complete, users could easily count the checked items and have the page style react. Implementation-wise, we should have a look at how Pandoc's task_lists are implemented to remain compatible.

@Witiko Witiko closed this as completed in b0deb3e Aug 25, 2021
@Witiko
Copy link
Owner

Witiko commented Aug 25, 2021

b0deb3e has added support for checklists using the new taskLists option.

Screenshot_20210825_065637

@Witiko Witiko added this to the 2.11.0 milestone Aug 25, 2021
Witiko added a commit that referenced this issue Sep 3, 2021
@Witiko
Copy link
Owner

Witiko commented Sep 3, 2021

Since c68cc05, we now support half-ticked boxes in addition to ticked and unticked boxes:

task-lists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request lua Related to the Lua interface and implementation
Projects
None yet
Development

No branches or pull requests

2 participants