Suppress *** when a horizontal line is rendered

Operating system

Linux

Joplin version

2.13.9

Desktop version info

Joplin 2.13.9

What issue do you have?

Hi there,
Three asterix *** or --- render a horizontal line but the actual "***" stay and underneath the line:

Pls see attached screenshot

I'd like to suppress the *** or ---. I have read that this seems to be possible via CSS, but I have not found any working solution. This one looks promissing, but when I put it to userchrom.css and restart I do not see any change.

/* Render horizontal lines (made with \-\-\- or \*\*\*) as an actual line across the editor. */
div.CodeMirror .cm-hr {
  border-top: 1px solid #777;
  display: block;
  line-height: 0px;
  color: #00000000;
}

Doe one of the experts know how to archive suppressing the *** and/or ---

Thanks a lot,
Michael

Screenshots

line.png

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.