Add MarkdownExtra related strings (#1331)

This commit is contained in:
Flamenco
2018-02-15 18:10:58 -05:00
committed by Andy Miller
parent 80a4649d5f
commit 77ee70b8cf

View File

@@ -331,7 +331,10 @@ PLUGIN_ADMIN:
ETAG_HELP: "Sets the etag header to help identify when a page has been modified"
VARY_ACCEPT_ENCODING: "Vary accept encoding"
VARY_ACCEPT_ENCODING_HELP: "Sets the `Vary: Accept Encoding` header to help with proxy and CDN caching"
MARKDOWN_EXTRA: "Markdown extra"
MARKDOWN_EXTRA_HELP: "Enable default support for Markdown Extra - https://michelf.ca/projects/php-markdown/extra/"
MARKDOWN_EXTRA_ESCAPE_FENCES: "Escape HTML elements in markdown extra fences"
MARKDOWN_EXTRA_ESCAPE_FENCES_HELP: "Escapes HTML elements in markdown extra fences"
AUTO_LINE_BREAKS: "Auto line breaks"
AUTO_LINE_BREAKS_HELP: "Enable support for automatic line breaks in markdown"
AUTO_URL_LINKS: "Auto URL links"