From d98d365c4067ee11453f266bd1680b686bcfe6e3 Mon Sep 17 00:00:00 2001 From: FMuro Date: Sun, 22 Apr 2018 15:29:56 +0200 Subject: [PATCH] Fix boldface and italics 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. --- data/filedefs/filetypes.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/filedefs/filetypes.markdown b/data/filedefs/filetypes.markdown index b5fe588acf..4542a616e5 100644 --- a/data/filedefs/filetypes.markdown +++ b/data/filedefs/filetypes.markdown @@ -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