I ran into an issue when trying to next the md tagged template literals within the rest of a JSX element tree, the Markdown was render with <pre><code> formatting because my content was indented by 4+ spaces.
It would be great if this package did something like the dedent package: https://github.com/dmnd/dedent
I ran into an issue when trying to next the
mdtagged template literals within the rest of a JSX element tree, the Markdown was render with<pre><code>formatting because my content was indented by 4+ spaces.It would be great if this package did something like the
dedentpackage: https://github.com/dmnd/dedent