Escape HTML

Instead of trying to do some smart (and unsecure) stuff, just display the raw note contents as is
This commit is contained in:
Simon Cambier
2022-04-15 17:16:37 +02:00
parent 5602b1d8c8
commit e949f0916a
6 changed files with 32 additions and 54 deletions

View File

@@ -30,7 +30,6 @@
"typescript": "4.4.4"
},
"dependencies": {
"markdown-to-txt": "^2.0.0",
"minisearch": "^5.0.0-beta1"
}
}