We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0291439 commit 72dd463Copy full SHA for 72dd463
docs/stylesheets/extra.css
@@ -1,3 +1,15 @@
1
+/*
2
+ * Materialize links that open in a new window/tab with a right-up arrow icon
3
+ */
4
+ .md-main a[target="_blank"]::after,
5
+ .document a[target="_blank"]::after {
6
+ content: "↗";
7
+ display: inline-block;
8
+ margin-left: 0.2em;
9
+ width: 1em;
10
+ height: 1em;
11
+ }
12
+
13
/* Custom styles to override MkDocs defaults and enhance theme */
14
15
/* Unordered list <ul> symbols:
mkdocs.yml
@@ -81,6 +81,7 @@ extra_javascript:
81
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
82
83
plugins:
84
+ - open-in-new-tab
85
- search
86
- htmlproofer:
87
enabled: !ENV [CHECK_BROKEN_LINKS, False]
0 commit comments