Improve descriptive list org rendering
- indent to correct lvl - term :: |<- indent up to here |<- not here
This commit is contained in:
parent
652290b857
commit
c6854a40e1
5 changed files with 47 additions and 18 deletions
19
org/testdata/lists.html
vendored
19
org/testdata/lists.html
vendored
|
@ -98,19 +98,32 @@ descriptive lists
|
|||
<dt>
|
||||
term<dd>
|
||||
<p>
|
||||
description
|
||||
details
|
||||
continued details
|
||||
</p>
|
||||
<dd>
|
||||
<dt>
|
||||
?<dd>
|
||||
<p>
|
||||
without term
|
||||
details without a term
|
||||
</p>
|
||||
<dd>
|
||||
<dt>
|
||||
term<dd>
|
||||
<p>
|
||||
description
|
||||
details on a new line
|
||||
</p>
|
||||
<dd>
|
||||
<dt>
|
||||
term<dd>
|
||||
<p>
|
||||
details on a new line (with an empty line in between)
|
||||
<strong>continued</strong>
|
||||
</p>
|
||||
<div class="highlight">
|
||||
<pre>
|
||||
echo "Hello World!"
|
||||
</pre>
|
||||
</div>
|
||||
<dd>
|
||||
</dl>
|
||||
|
|
15
org/testdata/lists.org
vendored
15
org/testdata/lists.org
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue