Skip to content

Commit

Permalink
Add improved docs
Browse files Browse the repository at this point in the history
Closes GH-25.

Reviewed-by: Merlijn Vos <merlijn@soverin.net>
Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
Reviewed-by: with-heart <with.heart@pm.me>
Reviewed-by: Remco Haszing <remcohaszing@gmail.com>
  • Loading branch information
wooorm committed Nov 3, 2021
1 parent c17866c commit 97437dc
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 60 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -7,7 +7,7 @@ import {gfm} from 'micromark-extension-gfm'
import {gfmFromMarkdown, gfmToMarkdown} from 'mdast-util-gfm'

/**
* Plugin to support GitHub Flavored Markdown (GFM).
* Plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists).
*
* @type {import('unified').Plugin<[Options?]|void[], Root>}
*/
Expand Down

0 comments on commit 97437dc

Please sign in to comment.