File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- import { marked } from ' marked' ;
3
2
import EnhancedMarkdown from ' ./EnhancedMarkdown.astro' ;
4
3
5
4
interface Props {
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
3
3
import { getCollection } from ' astro:content' ;
4
4
import fs from " fs" ;
5
5
import path from " path" ;
6
- import { marked } from ' marked' ;
7
6
import { getSeeAlsoLinksForItem } from ' @src/utils/general' ;
8
7
import { getElementCategory , getOOPFunctionsForElement } from ' @src/utils/elements' ;
9
8
Original file line number Diff line number Diff line change 1
1
---
2
2
import StarlightPage from ' @astrojs/starlight/components/StarlightPage.astro' ;
3
3
import { getCollection } from ' astro:content' ;
4
- import { marked } from ' marked' ;
5
4
import fs from " fs" ;
6
5
import path from " path" ;
7
6
import { Code } from ' @astrojs/starlight/components' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
3
3
import { getCollection } from ' astro:content' ;
4
4
import { getFunctionInfo , parseFunctionSyntaxes } from ' @src/utils/functions' ;
5
5
import { renderInlineMarkdown , getSeeAlsoLinksForItem } from ' @src/utils/general' ;
6
- import { marked } from ' marked' ;
7
6
import fs from " fs" ;
8
7
import path from " path" ;
9
8
import { Code } from ' @astrojs/starlight/components' ;
You can’t perform that action at this time.
0 commit comments