diff options
author | June McEnroe <june@causal.agency> | 2021-09-07 19:28:47 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-07 19:28:47 -0400 |
commit | 4eabe82ed4b75d8b255a3384beea37bfd3eef51a (patch) | |
tree | 01b0b4fa86074bc6505dcaef2cfa1e21eda2975c /bin | |
parent | Add HTML entities used by "legacy" twitter (diff) | |
download | src-4eabe82ed4b75d8b255a3384beea37bfd3eef51a.tar.gz src-4eabe82ed4b75d8b255a3384beea37bfd3eef51a.zip |
Document lack of alt text in dehtml
I want to implement this but it requires more complex lexing.
Diffstat (limited to '')
-rw-r--r-- | bin/man1/dehtml.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/man1/dehtml.1 b/bin/man1/dehtml.1 index a0c5a8c4..c55c35d4 100644 --- a/bin/man1/dehtml.1 +++ b/bin/man1/dehtml.1 @@ -33,3 +33,6 @@ Collapse whitespace outside of .Sy <pre> tags. .El +. +.Sh BUGS +There is no way to extract image alt text. |