module Shortcodes
Defined in:
shortcodes.crConstant Summary
-
ERR_MISMATCHED_BRACKET =
2
-
You are using mismatched brackets. Example: {{% foo >}}
-
ERR_MISMATCHED_CLOSING_TAG =
1
-
Error codes
You are closing the wrong shortcode. Example: {{% foo %}} {{% /bar %}}
Class Method Summary
- .extract(c : LibShortcodes::Chunk, s : String)
- .nice_error(e : Error, s : String)
- .parse(input : String)