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..ff7f32be2c 100644 --- a/docs/_document.html +++ b/docs/_document.html @@ -50,6 +50,7 @@

Marked Documentation

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