You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation for "highlight" a.k.a. "mark" (that is, =inline= in Markdown, {=inline=} in Djot -- additionally also supported as a .mark pseudo-class) , is just a placeholder (hard-coded to show the text in red, with a big FIXME TODO We'd need real support in the code.
What I'd want here is:
Some background color by default as fallback, now that we have "liners" spanning multiple lines (in SILE develop branch for 0.15 and likewise in sile-x.
Some style-enabled variant when used in resilient styling context, and the latter needs to be upgraded to accept:
Customizing the color via a style
Possibly to customize the rendering: rather than a rectangular box, use ptable.sile 's "rough" support in order use some sketchy variants (so as to make the text look as manually highlighted)
Needs support in ptable.sile for a rough highlight liner
Needs support in resilient.sile for a custom style
The text was updated successfully, but these errors were encountered:
Omikhleia
changed the title
Correctly implement highlight/mark with styling support
Correctly implement highlight(mark)/insertions/deletions with styling support
Feb 13, 2024
The current implementation for "highlight" a.k.a. "mark" (that is,
=inline=
in Markdown,{=inline=}
in Djot -- additionally also supported as a.mark
pseudo-class) , is just a placeholder (hard-coded to show the text in red, with a bigFIXME TODO We'd need real support
in the code.What I'd want here is:
develop
branch for 0.15 and likewise in sile-x.The text was updated successfully, but these errors were encountered: