Home
last modified time | relevance | path

Searched refs:END_TAG (Results 1 – 2 of 2) sorted by relevance

/template/strap/syntax/
H A Dfrontmatter.php68 const END_TAG = '---'; define in syntax_plugin_combo_frontmatter
70 const PATTERN = self::START_TAG . '.*?' . self::END_TAG;
/template/strap/ComboStrap/
H A DMetadataFrontmatterStore.php430 $frontmatterEndTag = syntax_plugin_combo_frontmatter::END_TAG;