Open cole-miller opened 3 years ago
In this post, lines like
use aimc_hal::clock::{Clock, HasClock};
are rendering as
use aimc_hal:🕰:{Clock, HasClock};
because :clock: is an emoji shortcode.
:clock:
I'm not sure what the best way to prevent this would be, maybe removing enableEmoji = true from config.toml?
enableEmoji = true
config.toml
In this post, lines like
are rendering as
because
:clock:
is an emoji shortcode.I'm not sure what the best way to prevent this would be, maybe removing
enableEmoji = true
fromconfig.toml
?