Example Phoenix 1.5.3 doc:
If you would prefer to read these guides as an EPUB click here!
We should probably check if the extension is .html before we do the pop-up thingy. :)
Another fix related to the pop-over is that we are loading the pop-over for "#module-" anchor tags and we probably don't want to. We should probably check that if anchor tag finishes with /N, where N is a number.
Thanks for catching that! I've addressed both issues in #1234
Most helpful comment
We should probably check if the extension is
.htmlbefore we do the pop-up thingy. :)