Skip to content

Commit

Permalink
chore(docs): add extensions link to nav links
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Jun 15, 2021
1 parent a86701f commit fba9a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/USING_PRO.md
Expand Up @@ -288,7 +288,7 @@ console.log(marked('# heading 2\n\n## heading 3'));

***

<h2>Custom Extensions : <code>extensions</code></h2>
<h2 id="extensions">Custom Extensions : <code>extensions</code></h2>

You may supply an `extensions` array to the `options` object. This array can contain any number of `extension` objects, using the following properties:

Expand Down
1 change: 1 addition & 0 deletions docs/_document.html
Expand Up @@ -50,6 +50,7 @@ <h1>Marked Documentation</h1>
<li><a href="/using_pro#renderer">Renderer</a></li>
<li><a href="/using_pro#tokenizer">Tokenizer</a></li>
<li><a href="/using_pro#walk-tokens">Walk Tokens</a></li>
<li><a href="/using_pro#extensions">Extensions</a></li>
<li><a href="/using_pro#lexer">Lexer</a></li>
<li><a href="/using_pro#parser">Parser</a></li>
</ul>
Expand Down

0 comments on commit fba9a5a

Please sign in to comment.