Skip to content

Commit

Permalink
Refactor prose
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Mar 23, 2020
1 parent ca09749 commit f3bf3ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ Compile Markdown to [Virtual DOM][vdom].

###### `options.sanitize`

How to sanitise the output (`Object` or `boolean`, default: `null`).
How to sanitize the output (`Object` or `boolean`, default: `null`).

Sanitation is done by [`hast-util-sanitize`][sanitize], except when `false` is
given.
If an object is passed in, it’s given as a schema to `sanitize`.
By default, input is sanitised according to [GitHub’s sanitation rules][github].
By default, input is sanitized according to [GitHub’s sanitation rules][github].

Embedded HTML is **always** stripped.

Expand All @@ -148,7 +148,7 @@ var vtree = remark()

###### `options.prefix`

Optimisation [hint][] (`string`, default: `h-`).
Optimization [hint][] (`string`, default: `h-`).

###### `options.h`

Expand Down Expand Up @@ -203,8 +203,8 @@ See [`contributing.md`][contributing] in [`remarkjs/.github`][health] for ways
to get started.
See [`support.md`][support] for ways to get help.

This project has a [Code of Conduct][coc].
By interacting with this repository, organisation, or community you agree to
This project has a [code of conduct][coc].
By interacting with this repository, organization, or community you agree to
abide by its terms.

## License
Expand Down Expand Up @@ -235,7 +235,7 @@ abide by its terms.

[collective]: https://opencollective.com/unified

[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg

[chat]: https://spectrum.chat/unified/remark

Expand Down

0 comments on commit f3bf3ed

Please sign in to comment.