class RDoc::Markdown

def _Indent

Indent = /\t| /
def _Indent
  _tmp = scan(/\G(?-mix:\t|    )/)
  set_failed_rule :_Indent unless _tmp
  return _tmp
end