feat: add highlighting Markdown parser <3

This commit is contained in:
David Bailey 2024-01-22 16:22:11 +01:00
parent 8e69a9139f
commit 9354f9f556
6 changed files with 613 additions and 50 deletions

View file

@ -4,6 +4,9 @@
"twig/markdown-extra": "^3.6",
"league/commonmark": "^2.4",
"spatie/yaml-front-matter": "^2.0",
"laminas/laminas-feed": "^2.6"
"laminas/laminas-feed": "^2.6",
"erusev/parsedown": "^1.7",
"erusev/parsedown-extra": "^0.8.1",
"scrivo/highlight.php": "v9.18.1.10"
}
}