Skip to content

khartahk/grav-plugin-markdown-tasklists

 
 

Repository files navigation

Grav Markdown Task Lists Plugin

The markdown-tasklists plugin for Grav allows generation of task lists via markdown:

Installation

This plugin is easy to install with GPM.

$ bin/gpm install markdown-tasklists

Configuration

Simply copy the user/plugins/markdown-tasklists/markdown-tasklists.yaml into user/config/plugins/markdown-tasklists.yaml and make your modifications.

enabled: true

Examples

To create a task list, preface list items with [ ]. To mark a task as complete, use [x].

- [x] Finish my changes
- [ ] Push my commits to GitHub
- [ ] Open a pull request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 93.5%
  • CSS 6.5%