Module | MaRuKu::In::Markdown::SpanLevelParser |
In: |
lib/maruku.rb
lib/maruku/input/html_helper.rb lib/maruku/input/parse_span.rb lib/maruku/input/charsource.rb lib/maruku/attributes.rb |
EscapedCharInText | = | '\\`*_{}[]()#.!|:+->'.split(//) | ||
EscapedCharInQuotes | = | EscapedCharInText + ["'", '"'] | ||
EscapedCharInInlineCode | = | ['\\', '`'] | ||
IgnoreWikiLinks | = | MaRuKu::Globals[:ignore_wikilinks] | ||
CharSource | = | CharSourceManual # faster! 58ms vs. 65ms | Choose! |
Reads a simple string (no formatting) until one of exit_on_chars, while escaping the escaped. If the string is empty, it returns nil. By default, raises on error if the string terminates unexpectedly. This can be by setting the last argument to false.