Skip to content

Commit f4943d6

Browse files
authored
Merge pull request #1041 from milvus-io/cherry-pick-add-h3-link
add link button to h3
2 parents e602c0f + 45824e9 commit f4943d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const getRehypeImagePlugin = (version) => () => {
5656
*/
5757
export const rehypeAnchorHeadingPlugin = () => {
5858
const commonHeadings = ["h1", "h2", "h3", "h4", "h5", "h6"];
59-
const specialHeadings = ["h1", "h2"];
59+
const specialHeadings = ["h1", "h2", "h3"];
6060

6161
const anchorIcon = {
6262
type: "element",

0 commit comments

Comments
 (0)