Markdown inside HTML
-
Sometimes you need to split things into columns. And I know that it’s not a usual thing for markdown that supports only tables. But your plugin supports HTML and that’s great. The problem is – markdown inside HTML doesn’t render anymore. This will not work:
<div style="display: flex; gap: 20px;">
<div>**Test**</div>
<div>**Test2**</div>
</div>
<div class="my-flex-class">
<div class="my-col-50-class">[{.alignnone}](https://bricks-test.loc/wp-content/uploads/2024/12/13892359063825.png)</div>
<div class="my-col-50-class">[{.alignnone}](https://bricks-test.loc/wp-content/uploads/2024/12/13892359063825.png)</div>
</div>Also class
.alignnonein this example doesn’t applies on images. I think this feature is broken.Great plugin for developers though. I’m switching from Gutenberg.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.