I posted it on my website as I wanted to use colors, and this isn't supported on LessWrong: https://matiroy.com/writings/Signaling-importance.html Comment here.

New to LessWrong?

New Comment
4 comments, sorted by Click to highlight new comments since: Today at 8:21 PM

I'm not positive, but I think in principle you could use colors on LW, via CSS in the markdown editor. Could be wrong here though.

<p class="red">red text</p> <style> .red {color: red} </style>

::::: {#special .red} Here is a paragraph.

And another. :::::

<p style="color: #f00">test</p>