Now the posts accept raw html tags
parent
ce21662007
commit
a0e447cf19
|
@ -55,6 +55,7 @@ fn show_post(title: String) -> Template {
|
||||||
ext_table: true,
|
ext_table: true,
|
||||||
ext_autolink: true,
|
ext_autolink: true,
|
||||||
ext_tasklist: true,
|
ext_tasklist: true,
|
||||||
|
unsafe_: true,
|
||||||
..ComrakOptions::default()
|
..ComrakOptions::default()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue