Added link to shortcodes documentation

https://pillarframework.org/shortcodes/
This commit is contained in:
Sybren A. Stüvel 2018-04-03 14:43:47 +02:00
parent 67e8e7c082
commit a71de3a727

View File

@ -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