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 8cc076a commit 3503ef9Copy full SHA for 3503ef9
repo-scripts/api-documenter/src/documenters/MarkdownDocumenter.ts
@@ -979,9 +979,7 @@ page_type: reference
979
finalFunctionsTable.addRow(
980
new DocTableRow({ configuration }, [
981
new DocTableCell({ configuration }, [
982
- new DocParagraph({ configuration }, [
983
- new DocHeading({ configuration, title: headerText, level: 4 })
984
- ])
+ new DocHeading({ configuration, title: headerText, level: 4 })
985
])
986
987
);
0 commit comments