打印mkdocs生成的html页面会显示链接

时间:2019-11-27 05:22:35

标签: markdown mkdocs

当我打印mkdocs生成的html页面(在这种情况下使用google chrome)时,该页面显式打印页面链接下方的相对路径。例如:

在mkdocs markdown文件中:

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].

有办法阻止这种情况发生吗?

0 个答案:

没有答案