module

Kamil::Content::ShortcodeEngine

[FUNC-001] [TECH-001] Shortcode Engine Adapter Adapts the standalone Shortcode::Engine shard for Kamil.

Class methods

expand(html : String, shortcodes : Hash(String, ShortcodeInvocation), parser : FormatParser, depth : Int32 = 0) : String
Source
parse_params(param_str : String) : Hash(String, String)
Source
render_shortcode(invocation : ShortcodeInvocation, inner_html : String) : String
Source
tokenize(raw_body : String) : Tuple(String, Hash(String, ShortcodeInvocation))
Source