fix: video embeds
add: listening state api
This commit is contained in:
parent
498884291e
commit
a114d862ae
4 changed files with 39 additions and 11 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue