diff --git a/plugins/docusaurus-plugin-ionic-component-api/index.js b/plugins/docusaurus-plugin-ionic-component-api/index.js index 0eedab7833..9c3d1aaed2 100644 --- a/plugins/docusaurus-plugin-ionic-component-api/index.js +++ b/plugins/docusaurus-plugin-ionic-component-api/index.js @@ -213,7 +213,7 @@ ${properties } return ` -### ${prop.name} ${isDeprecated ? '(deprecated)' : ''} {#${propertyHeadingId(prop.name)}} +### ${prop.name} ${isDeprecated ? '(deprecated)' : ''} {/* #${propertyHeadingId(prop.name)} */} | | | | --- | --- | @@ -275,7 +275,7 @@ function renderMethods({ methods }) { ${methods .map( (method) => ` -### ${method.name} {#${methodHeadingId(method.name)}} +### ${method.name} {/* #${methodHeadingId(method.name)} */} | | | | --- | --- |