fix: video embeds

add: listening state api
This commit is contained in:
trisua 2025-04-26 21:55:32 -04:00
parent 498884291e
commit a114d862ae
4 changed files with 39 additions and 11 deletions

View file

@ -26,6 +26,7 @@ pub fn render_markdown(input: &str) -> String {
allowed_attributes.insert("lang");
allowed_attributes.insert("title");
allowed_attributes.insert("align");
allowed_attributes.insert("src");
allowed_attributes.insert("data-color");
allowed_attributes.insert("data-font-family");