Remove address from verbatim elements (#901)

This commit is contained in:
Matthias Endler 2023-01-05 14:55:53 +01:00 committed by GitHub
parent 20ecb618e4
commit 4a3bfb99fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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