sotte / presenting.vim

A simple tool for presenting slides in vim based on text files.
MIT License
300 stars 50 forks source link

Fix checkbox implementation for md #39

Closed sotte closed 3 years ago

sotte commented 3 years ago

Example:

- [ ] Not done yet
  - [ ] Task 1
  - [ ] Task 2
- [x] Done
  - [x] Task 1
  - [X] Task 2

Before this PR: image

After this PR: image

sotte commented 3 years ago

This MR would close #39.