-
I'm using your library as my choice of markdown parser but I have seem hit an issue. It's not properly parsing the tast list feature of markdown. It simply will not "[ ]" or "[x]" correctly as it sho…
-
Are there any plans to add support for task lists, like GitHub?
Example: https://github.com/blog/1825-task-lists-in-all-markdown-documents
-
I often use [GitHub task lists](https://blog.github.com/2014-04-28-task-lists-in-all-markdown-documents/) and miss their support in Discount. Would it be possible to consider task list support as a ne…
-
When I have forge enabled and press the `Down` key in the status buffer, I get the following error message:
```
magit-next-line: Wrong type argument: number-or-marker-p, nil
```
This behaviour…
-
GFM-style checkboxes have a bug when the text of the bullet in question has to be line-wrapped: the app will show checkboxes for every line on screen, instead of per bullet (as defined in the file).
-
https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments
To be honest, I'm not entirely sure if Markdown should support this or not. Seems very, very Github centric, but curious what your…
-
In new `lsp` interface, bash lsp server is unable to start and returns this error while opening any `bash`, `sh` and `zsh` files. The legacy interfaces work.
GNU Emacs 26.1
macOS Mojave
```elis…
-
``` markdown
* [ ] One
* [x] Two
```
should render as:
- [ ] One
- [x] Two
But currently renders as:
- [] One
- [⁠x] Two
Note: Don't copy-paste the "current…
-
"- [ ] Item to be checked"
should be rendered as
- [ ] Item to be checked
-
Hi there. Just a friendly drop in the suggestion box:
One of the biggest pain points I've had in VS Code is how markdown preview works.
Currently, if a user has a dark theme selected, then the m…