Skip to content

Commit

Permalink
Add improved JSDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 1, 2023
1 parent f0f1faf commit c9ce60e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dev/lib/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const alignment = {
// To do: next major: expose functions.

/**
* HTML extension for micromark (passed in `htmlExtensions`).
* Extension for `micromark` that can be passed in `htmlExtensions` to support
* GFM tables when serializing to HTML.
*
* @type {HtmlExtension}
*/
Expand Down
3 changes: 2 additions & 1 deletion dev/lib/syntax.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ import {types} from 'micromark-util-symbol/types.js'
// To do: next major: expose functions.

/**
* Syntax extension for micromark (passed in `extensions`).
* Extension for `micromark` that can be passed in `extensions` to enable GFM
* table syntax.
*
* @type {Extension}
*/
Expand Down

0 comments on commit c9ce60e

Please sign in to comment.