fixup! parse block elements
This commit is contained in:
parent
80911deb76
commit
e080b16bf7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ fn main() {
|
|||
let mut src = String::new();
|
||||
std::io::stdin()
|
||||
.read_to_string(&mut src)
|
||||
.expect("failed to read unicode file");
|
||||
.expect("failed to read utf-8 file");
|
||||
|
||||
let p = jotdown::Parser::new(&src);
|
||||
jotdown::html::write(std::io::stdout(), p).unwrap();
|
||||
|
|
Loading…
Reference in a new issue