Skip to content

Commit

Permalink
Refactor prose
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 3, 2021
1 parent d5c9582 commit fb37e59
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions readme.md
Expand Up @@ -19,8 +19,8 @@
* [API](#api)
* [`unified().use(remarkRehype[, destination][, options])`](#unifieduseremarkrehype-destination-options)
* [`defaultHandlers`](#defaulthandlers)
* [`one`](#one)
* [`all`](#all)
* [`one`](#one)
* [Examples](#examples)
* [Example: supporting HTML in markdown naïvely](#example-supporting-html-in-markdown-naïvely)
* [Example: supporting HTML in markdown properly](#example-supporting-html-in-markdown-properly)
Expand Down Expand Up @@ -176,7 +176,7 @@ example.md: no issues found

## API

This package exports no identifiers.
This package exports `defaultHandlers`, `all`, and `one`.
The default export is `remarkRehype`.

### `unified().use(remarkRehype[, destination][, options])`
Expand Down Expand Up @@ -277,18 +277,18 @@ to the documentation available in [`mdast-util-to-hast`][mdast-util-to-hast].

### `defaultHandlers`

Re-exported [`defaultHandlers`](https://github.com/syntax-tree/mdast-util-to-hast#defaulthandlers)
from `mdast-util-to-hast`.
The `defaultHandlers` export from [`mdast-util-to-hast`][mdast-util-to-hast],
useful when passing in your own handlers.

### `one`
### `all`

Re-exported [`one`](https://github.com/syntax-tree/mdast-util-to-hast#one) from
`mdast-util-to-hast`.
The `all` export from [`mdast-util-to-hast`][mdast-util-to-hast],
useful when passing in your own handlers.

### `all`
### `one`

Re-exported [`all`](https://github.com/syntax-tree/mdast-util-to-hast#all) from
`mdast-util-to-hast`.
The `one` export from [`mdast-util-to-hast`][mdast-util-to-hast],
useful when passing in your own handlers.

## Examples

Expand Down

0 comments on commit fb37e59

Please sign in to comment.