I'm coming from Docco so maybe my syntax is suspect...
I want to write
See [myFunction](somefile.js.html#myfunction)
but docker is adding ".html" to the href:
See <a href="somefile.js.html#myfunction.html">myFunction</a>
Is this a bug? Is there a workaround (short of writing out the a element longhand)?