From 094b2e53e7480ef04c0923a2c07ad8305bd8df32 Mon Sep 17 00:00:00 2001 From: perkinsben <30775488+perkinsben@users.noreply.github.com> Date: Wed, 18 Nov 2020 09:25:29 -0400 Subject: [PATCH] Added small note to documentation about format of excluded pages in aliases file. --- forward_linker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forward_linker/README.md b/forward_linker/README.md index 8ee5c2e..3e09c8e 100644 --- a/forward_linker/README.md +++ b/forward_linker/README.md @@ -56,11 +56,11 @@ Note Title: - alias 3 ``` -You can also use aliases.yml to exclude linking of pages by adding a blank alias entry for the title: +You can also use aliases.yml to exclude linking of pages by adding a blank alias entry (dash + space) for the title: ``` Note Title to Ignore: -- +- - alias 1 - alias 2 ```