8000 Merge pull request #1151 from wraith13/master · markedjs/marked@002c565 · GitHub
[go: up one dir, main page]

Skip to content

Commit 002c565

Browse files
authored
Merge pull request #1151 from wraith13/master
Fix usage links in USING_ADVANCED.md
2 parents f886f40 + 2c20df9 commit 002c565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/USING_ADVANCED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ console.log(myMarked('I am using __markdown__.'));
4242
|Member |Type |Notes |
4343
|:----------|:---------|:----------------------------------------------------------------------------------------------------------------------------|
4444
|highlight |`function`|A function to highlight code blocks. See also: <a href="#highlight">Asynchronous highlighting</a>. |
45-
|renderer |`object` |An object containing functions to render tokens to HTML. See [extensibility](https://github.com/markedjs/marked/blob/master/USAGE_EXTENSIBILITY.md) for more details. Default: `new Renderer()`|
45+
|renderer |`object` |An object containing functions to render tokens to HTML. See [extensibility](https://github.com/markedjs/marked/blob/master/docs/USING_PRO.md) for more details. Default: `new Renderer()`|
4646
|pedantic |`boolean` |Conform to obscure parts of `markdown.pl` as much as possible. Don't fix original markdown bugs or behavior. Default: `false`|
4747
|gfm |`boolean` |Use approved [GitHub Flavored Markdown (GFM) specification](https://github.github.com/gfm/). |
4848
|tables |`boolean` |Use [GFM Tables extension](https://github.github.com/gfm/#tables-extension-). Requires `gfm` be `true`. |

0 commit comments

Comments
 (0)
0