xref: /plugin/commonmark/lang/en/settings.php (revision 9b5593fecaad6a16cacc5ae6ed0088174cf672f4)
1<?php
2/**
3 * English language for Commonmark plugin
4 *
5 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author :     Sungbin Jeon <clockoon@gmail.com>
7 */
8$lang['force_commonmark'] = 'Commonmark as default parser, without doctype (use with caution!)';
9$lang['frontmatter_tag'] = 'Set whether parsing tag/tags node in frontmatter, and its location (NOTE: you must enable tag plugin first)';
10$lang['fix_secedit'] = 'Fix section edit position matches into actual Commonmark document (NOTE: you must clear cache by doing "?purge=true")';