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,
|
allow_dangerous_protocol: true,
|
||||||
..CompileOptions::default()
|
..CompileOptions::default()
|
||||||
},
|
},
|
||||||
..Options::default()
|
..Options::gfm()
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
|
@ -3,6 +3,7 @@ pub mod config;
|
||||||
pub mod emoji;
|
pub mod emoji;
|
||||||
pub mod index;
|
pub mod index;
|
||||||
use mlem::*;
|
use mlem::*;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let config = config::read_config();
|
let config = config::read_config();
|
||||||
let raw_files = read_src_files(&config.src_dir);
|
let raw_files = read_src_files(&config.src_dir);
|
||||||
|
|
Loading…
Reference in a new issue