Fix boldface and italics (#1837)
Before, **boldface** or *italics* (also _italics_) would not generally show as that, definitely not with the default color scheme. After this change, they appear with the same color as normal text but with that typography, in all color schemes.
This commit is contained in:
parent
1507f867ce
commit
af15898823
@ -2,8 +2,8 @@
|
||||
[styling]
|
||||
# Edit these in the colorscheme .conf file instead
|
||||
default=default
|
||||
strong=string_3
|
||||
emphasis=string_4
|
||||
strong=default,bold
|
||||
emphasis=default,italic
|
||||
header1=keyword_1
|
||||
header2=keyword_1
|
||||
header3=keyword_1
|
||||
|
Loading…
x
Reference in New Issue
Block a user