Closed phil-s closed 9 years ago
I noticed that some but not all of the kbd tags are handled by sx for this answer: http://emacs.stackexchange.com/questions/17386/display-all-setq-possibilities/17433#17433
kbd
sx
I also noticed that the first <hr/> is hidden, and the subsequent ones appear as HTML.
<hr/>
My guess is that the initial <hr/> is breaking everything following it.
Yes, your assessment looks correct. I'll try to fix it next week.
Thank you, that's looking good now.
I noticed that some but not all of the
kbd
tags are handled bysx
for this answer: http://emacs.stackexchange.com/questions/17386/display-all-setq-possibilities/17433#17433I also noticed that the first
<hr/>
is hidden, and the subsequent ones appear as HTML.My guess is that the initial
<hr/>
is breaking everything following it.