fix corner case
This commit is contained in:
parent
6a91174104
commit
f685b240d8
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ fn ignore(line: &str, in_code_block: bool) -> bool {
|
|||
in_code_block
|
||||
|| line.to_lowercase().contains("e.g.")
|
||||
|| line.contains("i.e.")
|
||||
|| line.contains("et. al")
|
||||
|| line.contains('|')
|
||||
|| line.trim_start().starts_with('>')
|
||||
|| line.starts_with('#')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue