Add a simple example of each lesser block type.
This commit is contained in:
parent
cf6c4bc122
commit
77d3f40c19
19
org_mode_samples/lesser_block/simple.org
Normal file
19
org_mode_samples/lesser_block/simple.org
Normal 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
|
Loading…
Reference in New Issue
Block a user