What would you like to do?
Report an issue on quarto.org
Description
The example for the link-external-filter config is a bit confusing:
For example
^(?:http:|https:)\/\/www\.quarto\.org\/custom
will treat links that start with http://www.quarto.org as internal links
what is that custom doing in the example regex? Is that part of the regex (meaning that it has to be part of the link to be considered internal)? Or is that a special syntax for something?
What would you like to do?
Report an issue on quarto.org
Description
The example for the
link-external-filterconfig is a bit confusing:what is that
customdoing in the example regex? Is that part of the regex (meaning that it has to be part of the link to be considered internal)? Or is that a special syntax for something?