another corner case
This commit is contained in:
parent
d2cd1ff18d
commit
ffe359fe2b
1 changed files with 3 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.to_lowercase().contains("n.b.")
|
||||
|| line.contains(" etc.")
|
||||
|| line.contains("i.e.")
|
||||
|| line.contains("et. al")
|
||||
|| line.contains('|')
|
||||
|
|
@ -189,6 +190,7 @@ must! be. split?
|
|||
ignore | tables
|
||||
ignore e.g. and
|
||||
ignore i.e. and
|
||||
ignore etc. and
|
||||
ignore E.g. too
|
||||
- list. entry
|
||||
* list. entry
|
||||
|
|
@ -212,6 +214,7 @@ split?
|
|||
ignore | tables
|
||||
ignore e.g. and
|
||||
ignore i.e. and
|
||||
ignore etc. and
|
||||
ignore E.g. too
|
||||
- list.
|
||||
entry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue