Michael-F-Bryan / adventures.michaelfbryan.com

A simple blog for documenting my thoughts and adventures
http://adventures.michaelfbryan.com/
15 stars 3 forks source link

Spurious emoji in Rust paths #40

Open cole-miller opened 3 years ago

cole-miller commented 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.

I'm not sure what the best way to prevent this would be, maybe removing enableEmoji = true from config.toml?