Skip to content

Commit bc1a402

Browse files
authored
Merge branch 'main' into development
2 parents ac3e93c + a0280d5 commit bc1a402

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/Doc/single doc/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ const DocDetail = () => {
3333
fetchContent();
3434
}, [slug]);
3535

36-
3736
const extractHeadings = (markdown) => {
3837
const headings = [];
3938
const regex = /^#{1,6}\s+(.*)$/gm;

0 commit comments

Comments
 (0)