Is it possible to render MD content without a <div> wrapper #2538
Unanswered
joao-m-santos
asked this question in
Q&A
Replies: 0 comments
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.
-
I'm trying to render some Markdown content in my page. Loading works fine, as expected, but no matter which syntax I use (
<ContentDoc>
,<ContentRenderer>
), there's always a<div>
wrapper around the HTML elements generated from the Markdown. I tried using default slots, etc, nothing seems to remove that<div>
.Is it possible to render the Markdown content directly, without this
<div>
element wrapper?Beta Was this translation helpful? Give feedback.
All reactions