Method: Leandocument::Document#childs

Defined in:
lib/leandocument/document.rb

#childsObject

lang

Document language. TODO support default language.

settings

LeanDocument Settings. TODO read settings.

base_path

Document path.

indent

Document indent. Child documents are plus on from parent. Then change to h tag from h tag. <h1> -> <h2>



16
17
18
# File 'lib/leandocument/document.rb', line 16

def childs
  @childs
end