denoland / deno-gfm

Server-side GitHub Flavored Markdown rendering for Deno
https://jsr.io/@deno/gfm
MIT License
221 stars 33 forks source link

How to only parse the input file to an object? #118

Open ooker777 opened 6 months ago

ooker777 commented 6 months ago

I don't need it to output HTML. I just need to have it become an object, like parsing YAML or JSON. I guess I can use an HTML parser to the output, but is there a way to not having to do so?