Skip to content

Commit

Permalink
Markdown pages (#39)
Browse files Browse the repository at this point in the history
* add markdown element

* default route caught

* add markdown field in admin API

* convert text to markdown

* limit image width
  • Loading branch information
levg34 authored Dec 27, 2023
1 parent 917298e commit 18f6691
Show file tree
Hide file tree
Showing 7 changed files with 682 additions and 10 deletions.
3 changes: 2 additions & 1 deletion pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"dependencies": {
"@solidjs/router": "^0.8.3",
"solid-bootstrap": "^1.0.19",
"solid-js": "^1.7.6"
"solid-js": "^1.7.6",
"solid-markdown": "^2.0.0"
}
}
Loading

0 comments on commit 18f6691

Please sign in to comment.