Beyond the regex to format the emote (probably doesn't account for all characters), this pull also adds emote_color to theme.messages_text in config. Because of that though, the config has to be loaded in markdown.go and therefore an Init() has been added, called in run.go. Hopefully this is a good way of going about it.
Closes #427
Beyond the regex to format the emote (probably doesn't account for all characters), this pull also adds
emote_color
to theme.messages_text in config. Because of that though, the config has to be loaded in markdown.go and therefore an Init() has been added, called in run.go. Hopefully this is a good way of going about it.