Add support for ": example" elements
This commit is contained in:
parent
24ace5aa0e
commit
c012b0a533
8 changed files with 75 additions and 0 deletions
8
org/testdata/blocks.html
vendored
8
org/testdata/blocks.html
vendored
|
@ -27,6 +27,14 @@ multiple lines including
|
|||
empty lines!
|
||||
|
||||
it also has multiple parameters
|
||||
|
||||
note that /inline/ *markup* ignored
|
||||
</pre>
|
||||
<pre class="example">
|
||||
examples like this
|
||||
are also supported
|
||||
note that /inline/ *markup* ignored
|
||||
|
||||
</pre>
|
||||
<blockquote>
|
||||
<p>
|
||||
|
|
6
org/testdata/blocks.org
vendored
6
org/testdata/blocks.org
vendored
|
@ -21,8 +21,14 @@ multiple lines including
|
|||
empty lines!
|
||||
|
||||
it also has multiple parameters
|
||||
|
||||
note that /inline/ *markup* ignored
|
||||
#+END_EXAMPLE
|
||||
|
||||
: examples like this
|
||||
: are also supported
|
||||
: note that /inline/ *markup* ignored
|
||||
|
||||
#+BEGIN_QUOTE
|
||||
Mongodb is *webscale*. (source: [[http://www.mongodb-is-web-scale.com/][mongodb-is-web-scale]])
|
||||
|
||||
|
|
6
org/testdata/lists.html
vendored
6
org/testdata/lists.html
vendored
|
@ -84,5 +84,11 @@ and text with an empty line in between as well!
|
|||
<p>
|
||||
unordered list item 4
|
||||
</p>
|
||||
<pre class="example">
|
||||
with an example
|
||||
|
||||
that spans multiple lines
|
||||
|
||||
</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
3
org/testdata/lists.org
vendored
3
org/testdata/lists.org
vendored
|
@ -18,3 +18,6 @@
|
|||
|
||||
and text with an empty line in between as well!
|
||||
- unordered list item 4
|
||||
: with an example
|
||||
:
|
||||
: that spans multiple lines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue