Add a simple example of each lesser block type.

This commit is contained in:
Tom Alexander
2023-04-21 17:37:48 -04:00
parent cf6c4bc122
commit 77d3f40c19

View File

@@ -0,0 +1,19 @@
#+begin_comment
This is a comment.
#+end_comment
#+begin_example
This is an example.
#+end_example
#+begin_export latex
This would be LaTeX code.
#+end_export
#+begin_src sh
echo "this is a source block."
#+end_src
#+begin_verse
This is a verse block.
#+end_verse