实现makedown中在新页面打开标签
There is no such feature in markdown, however you can always use HTML inside markdown
代码如下:
<a
href="https://www.google.com"
target="_blank">
URL说明
</a>
效果如下:
参考:
https://stackoverflow.com/questions/3492153/markdown-open-a-new-window-link/5803384