(markdown) better markdown rendering

This commit is contained in:
2021-03-13 22:11:29 +01:00
parent c625db82c7
commit 2bb43ac961
3 changed files with 114 additions and 4 deletions

1
src/shims-vue.d.ts vendored
View File

@@ -4,3 +4,4 @@ declare module '*.vue' {
export default component
}
declare module 'pouchdb-adapter-indexeddb'
declare module '@toycode/markdown-it-class'