Skip to content

Commit 80c6ee8

Browse files
committed
Replace > with > to get mermaid diagrams to work
1 parent 54a9590 commit 80c6ee8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/docusaurus-plugin-openapi-docs/src/markdown

packages/docusaurus-plugin-openapi-docs/src/markdown/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export function createInfoPageMD({
133133

134134
createVersionBadge(version),
135135
createDownload(downloadUrl),
136-
`# ${title.replace(lessThan, "<").replace(greaterThan, ">")}\n\n`,
136+
`# ${title.replace(lessThan, "<").replace(greaterThan, ">")}\n\n`,
137137
createLogo(logo, darkLogo),
138138
createDescription(description),
139139
createAuthentication(securitySchemes as unknown as SecuritySchemeObject),

0 commit comments

Comments
 (0)