use CompileOptions;let result = to_html_with_optionscompile: CompileOptionsallow_dangerous_html: true,allow_dangerous_protocol: true,..default,..gfm;result.unwrap_or_defaultenv.add_filter;
ascending towards madness
use CompileOptions;let result = to_html_with_optionscompile: CompileOptionsallow_dangerous_html: true,allow_dangerous_protocol: true,..default,..gfm;result.unwrap_or_defaultenv.add_filter;