We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac3e93c + a0280d5 commit bc1a402Copy full SHA for bc1a402
1 file changed
src/pages/Doc/single doc/index.jsx
@@ -33,7 +33,6 @@ const DocDetail = () => {
33
fetchContent();
34
}, [slug]);
35
36
-
37
const extractHeadings = (markdown) => {
38
const headings = [];
39
const regex = /^#{1,6}\s+(.*)$/gm;
0 commit comments