diff options
author | default <nobody@localhost> | 2023-05-24 14:58:42 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-24 14:58:42 +0200 |
commit | fdb35f343796d6abd2736e5fb6e6e891c881fd97 (patch) | |
tree | e692f5e751a99d4166a5f62efa12ca6512fe9be6 /doc | |
parent | f8838c65aa6dae8a6a8a093d713c8286492a34a6 (diff) |
Also accept 'cite' as a valid HTML tag.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/snac.5 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ converted to related emojis: .Ss Accepted HTML All HTML tags in entries are neutered except the following ones: .Bd -literal -a p br blockquote ul li +a p br blockquote ul li cite span i b u pre code em strong .Ed .Pp |