Replies: 1 comment
-
I'm not sure I understand the question. Pandoc prefixes attributes that are not HTML5 attributes with If I understand correctly, you want to preserve the |
Beta Was this translation helpful? Give feedback.
-
I'm not sure I understand the question. Pandoc prefixes attributes that are not HTML5 attributes with If I understand correctly, you want to preserve the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any alternative method to retain custom attribute names prefixed with 'data-' when converting HTML to Markdown, aside from utilizing filters to strip off the 'data-' prefix?
like:
now:
::: {outlineid="731098383993"}
:::
expect:
::: {data-outlineid="731098383993"}
:::
Beta Was this translation helpful? Give feedback.
All reactions