We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6937f commit b69a567Copy full SHA for b69a567
_extensions/external-link.lua
@@ -0,0 +1,6 @@
1
+function Link(el)
2
+ if el.target:match('^https?://') then
3
+ el.attributes.target = '_blank'
4
+ end
5
+ return el
6
+end
braille-display.qmd
@@ -1,6 +1,8 @@
---
title: "How to Request an NLS eReader Braille Display?"
format: html
+filters:
+ - external-link.lua
7
8
## Purpose of this Page
0 commit comments