Now the posts accept raw html tags

master
kirbylife 2023-01-27 00:42:30 -06:00
parent ce21662007
commit a0e447cf19
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ fn show_post(title: String) -> Template {
ext_table: true,
ext_autolink: true,
ext_tasklist: true,
unsafe_: true,
..ComrakOptions::default()
};