feat: Allow ruby tags in html

pull/444/head
Krille 2 years ago
parent e08445ee51
commit 2bb28bc821

@ -195,7 +195,11 @@ class HtmlMessage extends StatelessWidget {
'span', 'span',
'img', 'img',
'details', 'details',
'summary' 'summary',
// Not in the allowlist of the matrix spec yet but should be harmless:
'ruby',
'rp',
'rt',
}; };
} }

Loading…
Cancel
Save