make the character in ** to bold
This commit is contained in:
parent
186a2923be
commit
0644a77686
1 changed files with 5 additions and 1 deletions
|
@ -43,6 +43,10 @@ pre
|
||||||
tab-size: 2;
|
tab-size: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.hljs {
|
.hljs {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
|
@ -81,4 +85,4 @@ code {
|
||||||
/* Changing from font-awesome 4 to 5, the class pull-right was removed */
|
/* Changing from font-awesome 4 to 5, the class pull-right was removed */
|
||||||
.pull-right {
|
.pull-right {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue