From a71de3a727d71c9fdf859796a3c779a543acee6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 3 Apr 2018 14:43:47 +0200 Subject: [PATCH] Added link to shortcodes documentation https://pillarframework.org/shortcodes/ --- pillar/shortcodes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pillar/shortcodes.py b/pillar/shortcodes.py index bcd3366d..b4fb8258 100644 --- a/pillar/shortcodes.py +++ b/pillar/shortcodes.py @@ -13,6 +13,8 @@ supported. NOTE: only single-line shortcodes are supported for now, due to the need to pass them though Markdown unscathed. + +See https://pillarframework.org/shortcodes/ for documentation. """ import html as html_module # I want to be able to use the name 'html' in local scope. import logging