denoland/deno-gfm

How to only parse the input file to an object?

ooker777 opened this issue · 0 comments

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?