Working with links

See Marking up links.

The aim is to delete the link markup as well as the link itself, while keeping the linked text.

  1. Enter Edit mode.

  2. Delete the opening {{> and the closing }} around the linked text (the markup).

  3. Delete the link itself.

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.

Make sure to get the space immediately after the link, as it's part of the markup.

  1. Enter Edit mode.

  2. Insert {{>mailto:[email protected] before the text you want to link.

  3. Insert }} after the text you want to link.

Examples

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.

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