We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb73d85 commit 8cc076aCopy full SHA for 8cc076a
repo-scripts/api-documenter/src/documenters/MarkdownDocumenter.ts
@@ -980,9 +980,7 @@ page_type: reference
980
new DocTableRow({ configuration }, [
981
new DocTableCell({ configuration }, [
982
new DocParagraph({ configuration }, [
983
- new DocEmphasisSpan({ configuration, bold: true }, [
984
- new DocPlainText({ configuration, text: headerText })
985
- ])
+ new DocHeading({ configuration, title: headerText, level: 4 })
986
])
987
988
0 commit comments