当我打印一个 mkdocs 生成的 html 页面(在这种情况下使用谷歌浏览器)时,该页面显式地打印页面链接下的相对路径。例如:
在 mkdocs 降价文件中:
to read more, visit this [page](../../more_info_page).
在生成的 HTML 页面上:
to read more, visit this page.
打印html页面:
to read more, visit this page[../../more_info_page].
有没有办法阻止这种情况发生?