Skip to content

Make markbind styles cumulative on top of bootstrap styles #339

Description

@damithc

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.
image

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions