Skip to content

Commit

Permalink
Merge branch 'tokenizer' of https://github.com/UziTech/marked into to…
Browse files Browse the repository at this point in the history
…kenizer
  • Loading branch information
UziTech committed Apr 15, 2020
2 parents dfbb016 + 4aecab3 commit b767ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/USING_PRO.md
Expand Up @@ -93,7 +93,7 @@ slugger.slug('foo-1') // foo-1-2

The tokenizer defines how to turn markdown text into tokens.

**Example:** Overriding default `codespan` tokenizer to include latex.
**Example:** Overriding default `codespan` tokenizer to include LaTeX.

```js
// Create reference instance
Expand Down

0 comments on commit b767ede

Please sign in to comment.