Example of expansion of header of 8 nodes

Index

  1. TODO Test
  2. odd behavior {}[]()
  3. subheading with tags
  4. definition list
  5. source code
  6. Tag test
  7. Tag master and TODO Test
  8. an image.

Body

  1. TODO Test

    Body for this node:

    Must be the first node because no tag is used

  2. odd behavior {}[]()

    Body for this node:

    headline above doesn't render anything after the :::, might be because it looks like tag syntax removing the token below or using non-underscore separators breaks the parser: outside the drawer

  3. subheading with tags

    Body for this node:

  4. definition list

    Body for this node:

    - we :: like U - you :: like wii

  5. source code

    Body for this node:

    #+begin_src emacs-lisp (let ((greeting "hello, world") (name :spacecat) (food :candybar)) (insert (format "%s! I am %s and I eat %s" greeting name food))) #+end_src

  6. Tag test

    Body for this node:

    Simple tag test

  7. Tag master and TODO Test

    Body for this node:

    This node test the TODO and tag css class.

  8. an image.

    Body for this node:

    just the filepath (shows in iimage mode, exports to img): file:img/org-mode-logo.png with bracket (shows in iimage mode, exports to *text*): [file:img/org-mode-logo.png] double bracket (shows in iimage mode, exports to img): [[file:img/org-mode-logo.png]] alt text (doesn't show in iimage mode, exports to /link/): [[file:img/org-mode-logo.png][org mode logo]]

Generated by NodeJS OrgModeParser