↓ 2 callersFunctionis_truthyLoose truthy check for boolean-ish property values (`pinned::`, `archived::`, etc). Accepts `true`, `yes`, `1`, `on` (case insensitive). Empty string
crates/outl-md/src/index.rs:384
↓ 2 callersFunctionis_valid_shortcode_charOne char of a shortcode: lowercase ASCII letters, digits, `_`, `+`, `-`. Pinned by the GitHub gemoji syntax (`:+1:`, `:-1:`, `:smile_cat:`, `:100:`).
crates/outl-md/src/emoji.rs:49