Skip to content

Commit 3503ef9

Browse files
committed
try h4 right
1 parent 8cc076a commit 3503ef9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

repo-scripts/api-documenter/src/documenters/MarkdownDocumenter.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -979,9 +979,7 @@ page_type: reference
979979
finalFunctionsTable.addRow(
980980
new DocTableRow({ configuration }, [
981981
new DocTableCell({ configuration }, [
982-
new DocParagraph({ configuration }, [
983-
new DocHeading({ configuration, title: headerText, level: 4 })
984-
])
982+
new DocHeading({ configuration, title: headerText, level: 4 })
985983
])
986984
])
987985
);

0 commit comments

Comments
 (0)