Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ho-oto committed Feb 19, 2023
1 parent 8d80b77 commit 8e25ab1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
name = "notion2pandoc"
readme = "README.md"
repository = "https://github.com/ho-oto/notion2pandoc"
version = "0.5.0"
version = "0.5.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ impl notion::Inline {
if *attr_last == attr && *trg_last == trg {
vec_last.append(&mut vec);
}
} else {
result.push(inline);
}
} else {
result.push(inline);
Expand Down

0 comments on commit 8e25ab1

Please sign in to comment.