feat: basic parsing of post content
This commit is contained in:
parent
38f5d7155f
commit
bc3197ba22
6 changed files with 102 additions and 5 deletions
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
|
@ -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'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue