another corner case

This commit is contained in:
Tshepang Mbambo 2026-01-12 20:07:26 +02:00
parent d2cd1ff18d
commit ffe359fe2b

View file

@ -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