Skip to content

Commit

Permalink
fix: Fix options table
Browse files Browse the repository at this point in the history
  • Loading branch information
clemyan committed Apr 29, 2024
1 parent 0451017 commit c80ec15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus/config/docusaurus/plugins/cli-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ const plugin = async function(context: LoadContext, options: Options): Promise<P
| ---------- | ----------- |
${definition.options.map(({definition, description}) => dedent(`
| <h4 id="${encodeURIComponent((`options-${definition}`).replace(/-+/g, `-`))}" className="header-code"><code className="language-text">${definition}</code></h4> | ${description} |
`)).join(``)}
`)).join(`\n`)}
`)
: null,
];
Expand Down

0 comments on commit c80ec15

Please sign in to comment.