vermiculus / sx.el

Stack Exchange for Emacs
http://stackapps.com/q/3950
711 stars 40 forks source link

<hr/> elements break tag rendering? #307

Closed phil-s closed 9 years ago

phil-s commented 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

I 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.

Malabarba commented 9 years ago

Yes, your assessment looks correct. I'll try to fix it next week.

phil-s commented 9 years ago

Thank you, that's looking good now.