Signaling importance
post by Mati_Roy (MathieuRoy) · 2020-12-08T09:14:36.148Z · LW · GW · 4 commentsContents
4 comments
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.
4 comments
Comments sorted by top scores.
comment by Vaughn Papenhausen (Ikaxas) · 2020-12-09T18:15:19.921Z · LW(p) · GW(p)
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.
Replies from: MathieuRoy↑ comment by Mati_Roy (MathieuRoy) · 2020-12-09T19:11:40.843Z · LW(p) · GW(p)
<p class="red">red text</p> <style> .red {color: red} </style>
::::: {#special .red} Here is a paragraph.
And another. :::::
Replies from: nicolas-lacombe, MathieuRoy↑ comment by Nicolas Lacombe (nicolas-lacombe) · 2020-12-09T19:26:33.061Z · LW(p) · GW(p)
<p style="color: #f00">test</p>
↑ comment by Mati_Roy (MathieuRoy) · 2020-12-09T19:12:22.084Z · LW(p) · GW(p)
either I'm doing it wrong or you can't
tried things from: https://lifelongprogrammer.blogspot.com/2019/01/how-to-style-markdown-with-css.html