Split example.org into separate files

... hopefully correctly

This will hopefully improve ease of developing (more granular test results) and
prepares us for adding example org->html renders for gh-pages
This commit is contained in:
Niklas Fasching 2018-12-11 14:43:44 +01:00
parent 6adad92e8b
commit fb6bc2d7de
18 changed files with 636 additions and 662 deletions

21
org/testdata/blocks.org vendored Normal file
View file

@ -0,0 +1,21 @@
#+CAPTION: block!
#+BEGIN_SRC bash
echo a bash source block
#+END_SRC
#+BEGIN_SRC
a source block without a language
and a second line
and a third one
#+END_SRC
#+BEGIN_EXAMPLE foo bar baz
an example block
with multiple lines
#+END_EXAMPLE
#+BEGIN_QUOTE
Mongodb is very webscale
and quote blocks can contain multiple paragraphs
#+END_QUOTE