-
-
Notifications
You must be signed in to change notification settings - Fork 270
Open
Description
Hi there - I am using this to generate md (ultimately mdx) files for my posts for use in migrating over to astro. I want to keep the shortcodes in the content in their place in the markdown. I know that some plugins give some nasty content that is hard to parse, but I have my own shortcodes that I would like to retain as acorn notation, or the actual full shortcode output into the resultant markdown, so we can post process to map those into components.
for example, when this is found in the content:
<!-- wp:shortcode -->
[sc name="usage-based-pricing-video"]
<!-- /wp:shortcode -->
we'd like
[sc name="usage-based-pricing-video"]
to remain in the markdown your code generates.
Possible with flags or params?
Metadata
Metadata
Assignees
Labels
No labels