Replies: 1 comment
-
It's not possible unless you introduce custom bard nodes which could get complicated. I suggest you use the tailwind typography plugin which is designed to style cms-generated content. https://tailwindcss.com/docs/plugins#typography <div class="prose">
{{ bard_field }}
</div>
You cannot edit the html. Bard is designed so it generates consistent HTML for you. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible that the Bard toolbar will not insert
<h1>..</h1>
by clicking the<h1>
button, but will insert something like<h1
class="text-3xl font-semibold">? I am using Tailwind, so all tags are not styled (or all styling is cleared by Tailwind). So a<h1>
will look exactly the same as a<p>
.Another question, is it not possible to type edit the HTML in a Bard field?
Beta Was this translation helpful? Give feedback.
All reactions