We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f85e9 commit f724c4eCopy full SHA for f724c4e
bin/update-decoder-redirects.js
@@ -31,8 +31,8 @@ const decoderSigRe = /<(?:DecoderSig|Sig)\b([\s\S]*?)\/>/g;
31
const nameAttrRe = /name="([^"]+)"/;
32
const aliasNameRe = /name:\s*'([^']+)'/g;
33
34
-// Regex to find ## headings
35
-const headingRe = /^## (.+)/gm;
+// Regex to find ## and ### headings
+const headingRe = /^#{2,3} (.+)/gm;
36
37
for (const file of mdxFiles) {
38
const slug = file.replace(/\.mdx$/, '');
0 commit comments