Class: NishisukeBlogSyntax::Formatter::ShellFormatter

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

Constant Summary collapse

SUBSTITUTE_REGEXP =
/^SHELL```(.*?)SHELL```$/m
PARSE_REGEXP =
/^SHELL```(.*)SHELL```$/m
INPUT_REGEXP =
/\Ain: /
OUTPUT_REGEXP =
/\Aout: /

Method Summary

Methods inherited from FormatterBase

#format