Ex_doc: Unexpected bahavior on hovering over a download link

Created on 25 May 2020  路  3Comments  路  Source: elixir-lang/ex_doc

Example Phoenix 1.5.3 doc:

If you would prefer to read these guides as an EPUB click here!

Most helpful comment

We should probably check if the extension is .html before we do the pop-up thingy. :)

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings