Enable github formatting
This commit is contained in:
parent
89ef768668
commit
3e56c1e557
|
@ -56,7 +56,7 @@ pub fn generate_blog_entry(markdown: String, template_dir: &String) -> (String,
|
|||
allow_dangerous_protocol: true,
|
||||
..CompileOptions::default()
|
||||
},
|
||||
..Options::default()
|
||||
..Options::gfm()
|
||||
},
|
||||
)
|
||||
.unwrap();
|
||||
|
|
|
@ -3,6 +3,7 @@ pub mod config;
|
|||
pub mod emoji;
|
||||
pub mod index;
|
||||
use mlem::*;
|
||||
|
||||
fn main() {
|
||||
let config = config::read_config();
|
||||
let raw_files = read_src_files(&config.src_dir);
|
||||
|
|
Loading…
Reference in a new issue