feat: better article parsing + html dom base

This commit is contained in:
2026-04-24 23:03:02 +02:00
parent cbab7c74e5
commit 9109678195
11 changed files with 157 additions and 63 deletions
+12
View File
@@ -2,6 +2,18 @@
This template should help get you started developing with Vue 3 in Vite.
## TODO
- [ ] render code highlight
- [ ] render mathjax
- [ ] render plantuml
- [ ] custom css in sub repo
- [ ] custom layout in sub repo ?
- [ ] build RSS feed
- [ ] link to home
- [ ] link to previous/next article
- [ ] set page title
## Recommended IDE Setup
[VS Code](https://code.visualstudio.com/) + [Vue (Official)](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).