mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-29 10:50:24 +00:00
Remove address from verbatim elements (#901)
This commit is contained in:
parent
20ecb618e4
commit
4a3bfb99fb
1 changed files with 1 additions and 2 deletions
|
|
@ -17,8 +17,7 @@ use plaintext::extract_plaintext;
|
|||
pub(crate) fn is_verbatim_elem(name: &str) -> bool {
|
||||
matches!(
|
||||
name,
|
||||
"address"
|
||||
| "code"
|
||||
"code"
|
||||
| "kbd"
|
||||
| "listing"
|
||||
| "noscript"
|
||||
|
|
|
|||
Loading…
Reference in a new issue