Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Fix checkbox implementation for md #39

Merged
merged 1 commit into from
Jun 2, 2021
Merged

Fix checkbox implementation for md #39

merged 1 commit into from
Jun 2, 2021

Conversation

sotte
Copy link
Owner

@sotte sotte commented Jun 2, 2021

  • Adjust the regex and split the long nested code lines.
  • Adjust the md example.

Example:

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

Before this PR:
image

After this PR:
image

- Adjust the regex and split the long nested code lines.
- Adjust the md example.
@sotte
Copy link
Owner Author

sotte commented Jun 2, 2021

This MR would close #39.

@sotte sotte marked this pull request as ready for review June 2, 2021 09:28
@sotte sotte merged commit fd82631 into master Jun 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant