You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the plugin specs, this (wonderful, great, irreplacable) plugin supports three MD-flavors, with it, Github Flavored Markdown. I have configured it accordingly: Markdown flavor: github flavored.
One very useful extension from GFM are task lists [1], but they do not seem to work in this plugin. I write:
<markdown>
Shopping List
- [ ] Salt
- [x] Pepper
- [ ] Vinegar
- [ ] Vine
</markdown>
List items display like
<divclass="li">[ ] Salt</div>
and not with <input type="checkbox">
Motivations
The motivation is
Accordance with the standard (GMF)
Dokuwiki can be used for checklists / task lists, very handy in a lot of process cases
I push a branch supporting tasklist using kirra/markdown-task-lists . However, this library supports only PHP >= 7.1 though DokuWiki is used on older PHP.
This plugin support older PHP users, so I decide not to merge tasklist support now.
This is a feature request.
Specification
According to the plugin specs, this (wonderful, great, irreplacable) plugin supports three MD-flavors, with it, Github Flavored Markdown. I have configured it accordingly:
Markdown flavor: github flavored
.One very useful extension from GFM are task lists [1], but they do not seem to work in this plugin. I write:
List items display like
and not with
<input type="checkbox">
Motivations
The motivation is
[1] (https://github.github.com/gfm/#task-list-items-extension-)
The text was updated successfully, but these errors were encountered: