Working with links
How to manually insert a link
See Marking up links.
How to manually remove a link
The aim is to delete the link markup as well as the link itself, while keeping the linked text.
Enter Edit mode.
Delete the opening
{{>
and the closing}}
around the linked text (the markup).Delete the link itself.
Don't delete the text immediately after the link.
Example
Please visit {{>https://laws.africa our website}} for more information.
To unlink the text 'our website', delete {{>https://laws.africa
and }}
, leaving you with:
Please visit our website for more information.
How to insert an email address link
Enter Edit mode.
Insert
{{>mailto:[email protected]
before the text you want to link.Insert
}}
after the text you want to link.
Examples
Text differs from link
Please write us at this address for more information.
Looks like this in Edit mode:
Please write us at {{>mailto:[email protected] this address}} for more information.
Text and link are the same
Please write us at [email protected] for more information.
Looks like this in Edit mode:
Please write us at {{>mailto:[email protected] [email protected]}} for more information.
Last updated