Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/about-configuring-jsdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ related:
- about-plugins.html
- plugins-markdown.html
---

p
## Configuration file formats

To customize JSDoc's behavior, you can provide a configuration file to JSDoc in one of the following
Expand Down Expand Up @@ -127,7 +127,7 @@ directory][jsdoc-plugins] for the plugins built into JSDoc.
You can configure the Markdown plugin by adding a `markdown` object to your configuration file. See
[Configuring the Markdown Plugin][markdown] for details.

[jsdoc-plugins]: https://github.com/jsdoc3/jsdoc/tree/master/plugins
[jsdoc-plugins]: https://github.com/jsdoc/jsdoc/blob/master/packages/jsdoc/plugins
[markdown]: plugins-markdown.html
[plugins]: about-plugins.html

Expand Down