Skip to content

overline in markdown #12

@drom

Description

@drom

Overline is popular text attribute in datasheets.

Can be done with CSS:

o {
    text-decoration: overline;
}
<o>WR</o>

missing from markdown CSS

can be added as "combining overline" unicode caracter: &#x305;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions