Hello,
I hope this is the right place to report bugs. I think I might have
found one in how <pre><code> is rendered. On my home page[0] I have the
following block of code:
--8<---------------cut here---------------start------------->8---
<pre><code> _
/ \ _-'
_/| \-''- _ /
__-' { | \
/ \
/ "O. |O }
| \ ;
',
\_ __\
''-_ \.//
/ '-____'
/
_'
_-'
</code></pre>
--8<---------------cut here---------------end--------------->8---
In regular browser, it is rendered as this:
--8<---------------cut here---------------start------------->8---
_
/ \ _-'
_/| \-''- _ /
__-' { | \
/ \
/ "O. |O }
| \ ;
',
\_ __\
''-_ \.//
/ '-____'
/
_'
_-'
--8<---------------cut here---------------end--------------->8---
However in lynx it ends up looking like the following:
--8<---------------cut here---------------start------------->8---
_
/ \ _-'
_/| \-''- _ /
__-' { | \
/ \
/ "O. |O }
| \ ;
',
\_ __\
''-_ \.//
/ '-____'
/
_'
_-'
--8<---------------cut here---------------end--------------->8---
I have tested this with lynx 2.9.2.
Have a nice day,
Tomas Volf
0: https://wolfsden.cz/
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.