v1.9.0
Example: Bootstrap allows <p class="lead"> some text </p> to be used to show leading text of an article in a different formatting.

This normally works in markbind, but as soon as we apply some markbind formatting on the text, it overrides the bootstrap formatting. e.g., <p class="lead"> **some** text </p> will show the text in normal formatting + bolding
Suggestion: in general, it's nice if our own styles such as bold/underline/tooltip etc. can be applied on top of styles applied by bootstrap.
v1.9.0
Example: Bootstrap allows

<p class="lead"> some text </p>to be used to show leading text of an article in a different formatting.This normally works in markbind, but as soon as we apply some markbind formatting on the text, it overrides the bootstrap formatting. e.g.,
<p class="lead"> **some** text </p>will show the text in normal formatting + boldingSuggestion: in general, it's nice if our own styles such as bold/underline/tooltip etc. can be applied on top of styles applied by bootstrap.