Improve descriptive list org rendering

- indent to correct lvl
  - term ::
            |<- indent up to here
    |<- not here
This commit is contained in:
Niklas Fasching 2018-12-17 15:17:57 +01:00
parent 652290b857
commit c6854a40e1
5 changed files with 47 additions and 18 deletions

View file

@ -24,8 +24,15 @@
descriptive lists
- term :: description
- without term
- term :: details
continued details
- details without a term
- term ::
description
details on a new line
- term ::
details on a new line (with an empty line in between)
*continued*
#+BEGIN_SRC bash
echo "Hello World!"
#+END_SRC