[Feat] Open external links in markdown on a new tab (#682)

This commit is contained in:
Andy Tian
2024-11-29 01:20:50 +08:00
committed by GitHub
parent 3d7577bda8
commit 5665e2d544
2 changed files with 3 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ plugins:
- git-revision-date:
- minify:
minify_html: true
- open-in-new-tab:
extra:
social:

View File

@@ -3,3 +3,5 @@ mkdocs-minify-plugin==0.7.1
mkdocs-git-revision-date-plugin
jinja2==3.1.2
mkdocs-static-i18n==1.2.0
mkdocs-open-in-new-tab==1.0.8