Skip to content

Commit f3b2d27

Browse files
committed
that didnt work
1 parent 3503ef9 commit f3b2d27

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,11 @@ page_type: reference
979979
finalFunctionsTable.addRow(
980980
new DocTableRow({ configuration }, [
981981
new DocTableCell({ configuration }, [
982-
new DocHeading({ configuration, title: headerText, level: 4 })
982+
new DocParagraph({ configuration }, [
983+
new DocEmphasisSpan({ configuration, bold: true }, [
984+
new DocPlainText({ configuration, text: headerText })
985+
])
986+
])
983987
])
984988
])
985989
);

0 commit comments

Comments
 (0)