make the character in ** to bold

This commit is contained in:
Miyako-ep 2018-05-15 09:39:56 +00:00
parent 186a2923be
commit 0644a77686

View file

@ -43,6 +43,10 @@ pre
tab-size: 2;
}
strong
{
font-weight: bold;
}
.hljs {
white-space: pre;