Feedly extensions add's element to end of page and disrupts Syntaxtic
deiga opened this issue · 2 comments
deiga commented
Feedly add's and image as last child of body, which shuts down Syntaxtic for that page
deiga commented
Issue #18 has the same cause, all extensions which add a last child to body disrupt syntaxtic. Need to rethink how to add syntax hilighter to page
deiga commented
It seems that Chrome wraps any source code only page in a
<pre style="word-wrap: break-word; white-space: pre-wrap;">
...
</pre>
Tag, could we use this to match instead of body.firstChild === body.lastChild
?