feature: wrap converted markdown in an html-from-markdown class

This commit is contained in:
Andy Burke 2025-09-11 11:32:58 -07:00
parent 55f45b4e5b
commit 604090d8b8
4 changed files with 17 additions and 9 deletions

View file

@ -110,13 +110,21 @@ object indicating permission is denied or similar.
Any `_pre.ts` files found under the root that export `.load()` and/or `.unload()` methods
will be loaded and those functions will be called at server startup/shutdown, respectively.
## TODO
- [ ] reload typescript if it is modified on disk
#### NOTE ON WINDOWS
Because Windows has more restrictions on filenames, you can use `___` in place of `:` in
parameter directories.
<TODO: examples>
### Examples
TODO: write me
## TODO
- [ ] write examples above
- [ ] reload typescript if it is modified on disk
- [X] wrap markdown converted to html in a div with a class for styling
## CHANGELOG
- 0.13.0
- wrap converted markdown in an `html-from-markdown` class