Closed jtonra closed 11 months ago
Hi Justin, in the diplomatic level EVT 2 should rend a deletion using strikethrough by default, with no need for a custom CSS rule. What do you get using <del> without any CSS?
Thanks for your reply, Roberto: I appreciate it! My initial error was that I was working with "defaultEdition": "critical"
but even after I switched that to diplomatic
, <del>
was not rendering with a strikethrough. I returned to the custom styles CSS file and did some tinkering; I got the desired result (image attached) by adding:
.ADD {
vertical-align: super;
font-size: smaller;
}
.DEL {
text-decoration: line-through;
}
Thanks again for your help; sorry to bother you!
Hello EVT,
I'm having trouble rendering
<del>
as a strikethrough. Here is some sample encoding:I've added some different code to the
custom-style.css
file to try to get this to render, but nothing has worked so far, e.g.I would be grateful for any advice!
Justin.