From b6ed84ee30ae3c4359afd3e91f293da29361f0f3 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Tue, 15 Jun 2021 18:39:24 -0500 Subject: [PATCH] chore(docs): add extensions link to nav links --- docs/USING_PRO.md | 2 +- docs/_document.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/USING_PRO.md b/docs/USING_PRO.md index 012f7634e8..2966aabf73 100644 --- a/docs/USING_PRO.md +++ b/docs/USING_PRO.md @@ -288,7 +288,7 @@ console.log(marked('# heading 2\n\n## heading 3')); *** -

Custom Extensions : extensions

+

Custom Extensions : extensions

You may supply an `extensions` array to the `options` object. This array can contain any number of `extension` objects, using the following properties: diff --git a/docs/_document.html b/docs/_document.html index bec1adc854..3527ebc1e9 100644 --- a/docs/_document.html +++ b/docs/_document.html @@ -50,6 +50,7 @@

Marked Documentation

  • Renderer
  • Tokenizer
  • Walk Tokens
  • +
  • Custom Extensions
  • Lexer
  • Parser