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 <[email protected]>
Reviewed-by: Christian Murphy <[email protected]>
Reviewed-by: with-heart <[email protected]>
Reviewed-by: Remco Haszing <[email protected]>
  • Loading branch information
wooorm authored 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
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 97437dc

Please sign in to comment.