Add support for marked-footnotes, tweak available color schemes, add boeuf bourguignon ETW post
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-07 00:16:04 -04:00
parent cb366b5aef
commit c52d8d15a1
7 changed files with 171 additions and 4 deletions

11
pnpm-lock.yaml generated
View File

@@ -41,6 +41,9 @@ dependencies:
marked:
specifier: ^4.2.12
version: 4.2.12
marked-footnote:
specifier: ^1.2.2
version: 1.2.2(marked@4.2.12)
ts-expose-internals:
specifier: ^4.5.4
version: 4.8.4
@@ -2070,6 +2073,14 @@ packages:
dev: false
optional: true
/marked-footnote@1.2.2(marked@4.2.12):
resolution: {integrity: sha512-TFBEHwHLSSedub7P6XHHs+dMMOnDeNV5+kFDo4trU//gDd8iM57lg9jr9NGwDifPwLllHwKmFcRNp5uYvO2Fnw==}
peerDependencies:
marked: '>=7.0.0'
dependencies:
marked: 4.2.12
dev: false
/marked@4.2.12:
resolution: {integrity: sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw==}
engines: {node: '>= 12'}