Replies: 1 comment
-
Does |
Beta Was this translation helpful? Give feedback.
0 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 would like to use one of the parcel-transformer-markdown or similar plugin to parse something like:
Unfortunately, I don't think that parcel-transformer-markdown supports adding custom extensions to marked.js via their extension mechanism:
marked use
I tried writing one, but I can't figure out how to actually get the parsed content.
When I tried using this, the import variable:
import md from './content.md'
is just a URI of a bundled resource. Is there some way I can get the actual HTML content output by the plugin?
Thanks very much!
Beta Was this translation helpful? Give feedback.
All reactions