Skip to content

Commit 8cc076a

Browse files
committed
Try h4
1 parent fb73d85 commit 8cc076a

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
@@ -980,9 +980,7 @@ page_type: reference
980980
new DocTableRow({ configuration }, [
981981
new DocTableCell({ configuration }, [
982982
new DocParagraph({ configuration }, [
983-
new DocEmphasisSpan({ configuration, bold: true }, [
984-
new DocPlainText({ configuration, text: headerText })
985-
])
983+
new DocHeading({ configuration, title: headerText, level: 4 })
986984
])
987985
])
988986
])

0 commit comments

Comments
 (0)