# WIKI specifications NOTE: This applies to all core business object types that are basically real world and have an id and a type (all are wikiable, attachable and reviewable) Not utility type objects like datalist etc Sample markdown doc with all elements: =-=-=-=-= Headings # Heading 1st level ## Heading 2nd level ### Heading 3rd level #### Heading 4th level ##### Heading 5th level ###### Heading 6th level Emphasis text styles *Italic* **Bold** Hyperlink [Link](https://ayanova.com) Image ![Image](https://www.ayanova.com/images/AyaNova60x60.png) Quote block > Blockquote > more block quote Unordered list * List * List * List Ordered list 1. One 2. Two 3. Three Nested lists * First * subitem One * subitem Two * Second 1. sub one 2. sub two Horizontal rule --- `Inline block` with backticks ``` # Multi-line block print '3 backticks or' print 'indent 4 spaces' ``` =-=-=-=-=