Skip to content

Commit

Permalink
adding feature to open external links in new page by default and inte…
Browse files Browse the repository at this point in the history
…rnal links on the same page.
  • Loading branch information
jayant-yadav committed Jan 10, 2025
1 parent 0996ef0 commit 5785292
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,8 @@ markdown_extensions:
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tilde

plugins:
- search
- open-in-new-tab
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
mkdocs-material>=8.5.9
mkdocs>=1.4.2
mkdocs-open-in-new-tab

0 comments on commit 5785292

Please sign in to comment.