Class: NishisukeBlogSyntax::Formatter::ShellFormatter
- Inherits:
-
FormatterBase
- Object
- FormatterBase
- NishisukeBlogSyntax::Formatter::ShellFormatter
- 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: /