You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found some shortcodes cant not recognize, e.g. :-1::+1: , but emojis work fine.
// Cargo.toml
[package]
name = "emoji"version = "0.1.0"edition = "2021"# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
comrak = { version = "0.18.0", features = ["emojis", "shortcodes"] }
emojis = "0.5"
I found some shortcodes cant not recognize, e.g.
:-1:
:+1:
, but emojis work fine.// Cargo.toml
// main.rs
The text was updated successfully, but these errors were encountered: