Module: XanMarkup

Defined in:
lib/xan_markup/helper.rb

Defined Under Namespace

Modules: Helper

Constant Summary collapse

MarkupSyntax =
/\{\{ ?(.*?) ?\}\}/
QuotedString =
/"[^"]+"|'[^']+'/
QuotedFragment =
/#{QuotedString}|(?:[^\s,\|'"]|#{QuotedString})+/
TagAttributes =
/(\w+)\s*\=\s*(#{QuotedFragment})/
CleanAttributeValue =
/^("|')|("|')$/