Skip to content

Commit f6e9f73

Browse files
committed
markdown
1 parent d922816 commit f6e9f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ page_type: reference
975975
// Header for each group of functions grouped by first param.
976976
// Doesn't make sense if there's only one group.
977977
const headerText = paramKey ? `function(${paramKey}...)` : 'function()';
978-
const formattedHeaderText = `<strong>${headerText}</strong>`;
978+
const formattedHeaderText = `**${headerText}**`;
979979
if (sortedFunctionsFirstParamKeys.length > 1) {
980980
finalFunctionsTable.addRow(
981981
new DocTableRow({ configuration }, [

0 commit comments

Comments
 (0)