Class: NishisukeBlogSyntax::Formatter::ParagraphFormatter

Inherits:
FormatterBase
  • Object
show all
Defined in:
lib/nishisuke_blog_syntax/formatter/paragraph_formatter.rb

Constant Summary collapse

SUBSTITUTE_REGEXP =
/^>>>(.*?)<<<$/m
PARSE_REGEXP =
/^>>>(.*)<<<$/m

Method Summary

Methods inherited from FormatterBase

#format