feat: basic parsing of post content

This commit is contained in:
Anthony Fu 2022-11-21 05:21:53 +08:00
parent 38f5d7155f
commit bc3197ba22
6 changed files with 102 additions and 5 deletions

8
pnpm-lock.yaml generated
View file

@ -17,6 +17,7 @@ specifiers:
fs-extra: ^10.1.0
masto: ^4.6.5
nuxt: ^3.0.0
parse5: ^7.1.1
pinia: ^2.0.23
postcss-nested: ^6.0.0
rollup-plugin-node-polyfills: ^0.2.1
@ -41,6 +42,7 @@ devDependencies:
fs-extra: 10.1.0
masto: 4.6.5
nuxt: 3.0.0_e3uo4sehh4zr4i6m57mkkxxv7y
parse5: 7.1.1
pinia: 2.0.23_typescript@4.9.3
postcss-nested: 6.0.0
rollup-plugin-node-polyfills: 0.2.1
@ -5396,6 +5398,12 @@ packages:
parse-path: 7.0.0
dev: true
/parse5/7.1.1:
resolution: {integrity: sha512-kwpuwzB+px5WUg9pyK0IcK/shltJN5/OVhQagxhCQNtT9Y9QRZqNY2e1cmbu/paRh5LMnz/oVTVLBpjFmMZhSg==}
dependencies:
entities: 4.4.0
dev: true
/parseurl/1.3.3:
resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
engines: {node: '>= 0.8'}