Replies: 1 comment 2 replies
-
You can’t and you don’t need to. Bulma, next to supporting all those classes, also supports semantic html: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Bulma where that uses several classes.
Basically instead if
h1
I'd like to have<h1 class="title">
etc.In order to generate the page I have this code:
All those calls to
replace
seem to be a bit silly, but I could not find a way to tellmarkdown::to_html_with_options
to generate it by itself.How can I convince the crate to use my tags instead of the default ones?
Beta Was this translation helpful? Give feedback.
All reactions