class Gottani::Markdown

Gottani::Markdown

Public Instance Methods

indent_char() click to toggle source
# File lib/indents/markdown.rb, line 11
def indent_char
  '#'
end
separator() click to toggle source
# File lib/indents/markdown.rb, line 19
def separator
  ' '
end
zero_start?() click to toggle source
# File lib/indents/markdown.rb, line 15
def zero_start?
  true
end