Hello World
Stand and deliver…
- Create a list
- List item one
- List item two
Heading 2
Will a call out work
Callout: Hello World
- Hello Mom
Hello world
-
Todo List
Toggle Heading
- Toggle Item
Don’t format the toggle as it will not be respected but output ie. ** boldstrike**
Understanding a toggle and todo’s structure
block.content = Toggle Header [string]
block.body = what is contained / children [string OR process by type]; is empty if no indented content
block.info = additional attribute {"color":"default"}
block.format = formatting functions for Block class
block.type = the type of block i.e. 'toggle'
block.previous = previous sibling Block block
block.next = next sibling Block block
block.getSibling(block) = function that retrieves sibling
for building matching components use content, body, info(optionals)