document updated 6 months ago, on Jul 1, 2024
/* --==## highlighter for Markdown bold text ##==-- */
strong {font-weight:normal; background-color:#cc7}
/* --==## highlighter for Markdown italic text ##==-- */
em {font-style:normal; background-color:#cc7}
/* --==## highlighter for Markdown monospace text ##==-- */
code {font-family:serif; color:#cc7}
/* --==## highlighter for the <u> tag ##==-- */
u {text-decoration-line:none; background-color:#ccc}
/* --==## Markdown code becomes indented text ##==-- */
code {font-family:serif; margin-left:4em; color:inherit}