Skip to content

Commit f0dec57

Browse files
committed
remove docs
1 parent 13db5c1 commit f0dec57

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/USING_PRO.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ Marked provides methods for directly overriding the `renderer` and `tokenizer` f
5656

5757
<h2 id="renderer">The Renderer : <code>renderer</code></h2>
5858

59-
<!-- TODO: Remove this after next major version -->
60-
61-
🚨 Marked v13 changed the renderer to accept tokens. To opt in to these new renderer functions add `useNewRenderer: true` to the extension. See [the v13 release notes](https://github.com/markedjs/marked/releases/tag/v13.0.0) for an example 🚨
62-
6359
The renderer defines the HTML output of a given token. If you supply a `renderer` in the options object passed to `marked.use()`, any functions in the object will override the default handling of that token type.
6460

6561
Calling `marked.use()` to override the same function multiple times will give priority to the version that was assigned *last*. Overriding functions can return `false` to fall back to the previous override in the sequence, or resume default behavior if all overrides return `false`. Returning any other value (including nothing) will prevent fallback behavior.

0 commit comments

Comments
 (0)