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 | acc7101b7acd37bd190af6ab23ad10c9fddba843 (patch) | |
tree | 217457c7608c26b66ff175ba85b976d05899bdad /bin/man1 | |
parent | Add HTML entities used by "legacy" twitter (diff) | |
download | src-acc7101b7acd37bd190af6ab23ad10c9fddba843.tar.gz src-acc7101b7acd37bd190af6ab23ad10c9fddba843.zip |
Document lack of alt text in dehtml
I want to implement this but it requires more complex lexing.
Diffstat (limited to 'bin/man1')
-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. |