Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 755 Bytes

external-link.rst

File metadata and controls

22 lines (14 loc) · 755 Bytes

External Link

Processor name: external-link

This processor will find any external links (links that start with http:, https:, mailto:, etc.), and will create a HTML link with the target attribute set to "_blank". This allows external links in Markdown to be opened in a new tab.

The default HTML for external links is:

../../../verto/html-templates/external-link.html

Using the following example tag:

../../../verto/tests/assets/external-link/https_schema.md

The resulting HTML would be:

../../../verto/tests/assets/external-link/https_schema_expected.html