File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,12 +46,14 @@ proper_nouns = [
4646 " Deno" ,
4747 " Deno Deploy" ,
4848 " Deno Lint" ,
49+ " Docker Compose" ,
4950 " Fastify" ,
5051 " Fedify" ,
5152 " Elysia" ,
5253 " Encyclia" ,
5354 " ESLint" ,
5455 " Express" ,
56+ " FIRES" ,
5557 " h3" ,
5658 " Hackers' Pub" ,
5759 " Hollo" ,
@@ -73,6 +75,7 @@ proper_nouns = [
7375 " OpenTelemetry" ,
7476 " Pixelfed" ,
7577 " Pleroma" ,
78+ " Podman Compose" ,
7679 " RabbitMQ" ,
7780 " Redis" ,
7881 " Scoop" ,
Original file line number Diff line number Diff line change 1+ import taskLists from "@hackmd/markdown-it-task-lists" ;
12import { transformerTwoslash } from "@shikijs/vitepress-twoslash" ;
23import abbr from "markdown-it-abbr" ;
34import deflist from "markdown-it-deflist" ;
@@ -288,6 +289,7 @@ export default withMermaid(defineConfig({
288289 md . use ( abbr ) ;
289290 md . use ( deflist ) ;
290291 md . use ( footnote ) ;
292+ md . use ( taskLists ) ;
291293 md . use ( groupIconMdPlugin ) ;
292294 md . use ( jsrRefPlugin ) ;
293295 } ,
You can’t perform that action at this time.
0 commit comments