When I print an mkdocs-generated html page (using google chrome in this case) the page explicitly prints the relative paths underlying a page link. For example:
In mkdocs markdown file:
to read more, visit this [page](../../more_info_page).
On the resulting HTML page:
to read more, visit this page.
Printing the html page:
to read more, visit this page[../../more_info_page].
Is there a way to stop this happening?