From df28781b75e81832173a03ac0414e610c425e660 Mon Sep 17 00:00:00 2001 From: Sean Madsen <sean@seanmadsen.com> Date: Sat, 26 Aug 2017 22:14:51 -0600 Subject: [PATCH] Improve markdown --- docs/framework/civimail/tokens.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/framework/civimail/tokens.md b/docs/framework/civimail/tokens.md index bbe41db7..8b3348be 100644 --- a/docs/framework/civimail/tokens.md +++ b/docs/framework/civimail/tokens.md @@ -2,14 +2,13 @@ CiviMail uses a number of **action** and **mail-merge tokens** and which can be placed in mailing labels, PDF letters, email messages and message templates, mailing headers and footers, and system-workflow (automated) messages. These tokens are converted dynamically to text, reply-to email addresses, and URLs. -The best source of documentation for tokens is: <https://docs.civicrm.org/user/en/stable/common-workflows/tokens-and-mail-merge/> - -This wiki page gives supplemental information for working with tokens. [You can also customize or create new tokens relatively painlessly](/framework/civimail/index.md##extending-the-token-system). +The best source of documentation for tokens is the [token page within the User Guide](https://docs.civicrm.org/user/en/stable/common-workflows/tokens-and-mail-merge/). +This page gives supplemental information for working with tokens. [You can also customize or create new tokens relatively painlessly](/framework/civimail/index.md#extending-the-token-system). This table documents the available action tokens, their purpose and the place(s) they can be used. -Token| Purpose| Where used...| Example | +| Token | Purpose | Where used... | Example | | --- | --- | --- | --- | | **{action.forward}** | Provides a link for each recipient to forward the mailing to others.| Mailing Body, Header, Footer| To forward this mailing to friends or colleagues, click `<a href="{action.forward}" >here</a>`.| | **{action.optOutUrl}** | Provides an opt-out link for each recipient.| Mailing Body, Header, Footer,unsubscribe,resubscribe| To opt-out of all future mailings from us, click `<a href="{action.optOutUrl}" >here</a>`.| -- GitLab