Markdown schema without converting to HTML #236
Unanswered
WillemSleegers
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Currently, you can easily achieve this by using a custom schema and the https://github.com/zce/velite/blob/main/src/schemas/markdown.ts Lines 169 to 207 in 714fcac |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm wondering whether it's possible to have Velite parse markdown files but not convert the content to HTML. I would like to use Velite to have it move figures and update the file paths, but I still need to do some post-processing on the markdown content afterwards. Ideally I would also use code highlighting this way, but I imagine that's not possible without converting the output to HTML.
Beta Was this translation helpful? Give feedback.
All reactions