update
This commit is contained in:
parent
a9269e7dd1
commit
eab5bded65
2 changed files with 111 additions and 174 deletions
|
@ -320,7 +320,6 @@ fn main() {
|
|||
}
|
||||
}
|
||||
} else if let Some(merge_file) = args.get_one::<String>("merge") {
|
||||
// TODO : Add support for merging frontmatter from markdown file
|
||||
let merge_file_content = if merge_file == "-" {
|
||||
let mut str = String::new();
|
||||
std::io::stdin()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue