Treat description fields as markdown
Support basic formatting in the display of the description fields to locations, events and shifts by rendering them as Markdown using the micromark library.
This commit is contained in:
parent
6d93e99858
commit
0a0eb43d78
6 changed files with 282 additions and 14 deletions
|
@ -13,6 +13,7 @@
|
|||
"dependencies": {
|
||||
"@pinia/nuxt": "^0.11.1",
|
||||
"luxon": "^3.6.1",
|
||||
"micromark": "^4.0.2",
|
||||
"nuxt": "^3.17.6",
|
||||
"pinia": "^3.0.3",
|
||||
"vue": "^3.5.17",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue