Skip to content
Snippets Groups Projects
Commit dc0009e2 authored by FarawayVision's avatar FarawayVision
Browse files

Extended Formatting: <hr> element support and data-character attributes

A `data-character` attribute is now added to the wrapper spans used for class specifiers.
This allows for CSS rules of the form:

```css
.my-dialogue-class[data-character="my-character"] {
    /* Styling... */
}
```

This should help prevent issues due to using a shared CSS class namespace for all characters.

Unescaping of the <hr> (horizontal rule) element is now performed.
<hr> elements can be used as a divider between logically separate elements of dialogue,
such as when separating dialogue for joint characters.
parent 96f53f4d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment