Allow blocks to contain paragraphs and other top level elements
This commit is contained in:
parent
ed8764940f
commit
8f06883ec5
4 changed files with 36 additions and 14 deletions
15
org/testdata/example.html
vendored
15
org/testdata/example.html
vendored
|
@ -183,19 +183,28 @@ an example block
|
|||
with multiple lines
|
||||
</pre>
|
||||
<blockquote>
|
||||
<p>
|
||||
Mongodb is very webscale
|
||||
</p>
|
||||
<p>
|
||||
and quote blocks can contain multiple paragraphs
|
||||
</p>
|
||||
</blockquote>
|
||||
<h2>issues from goorgeous (free test cases, yay!)</h2>
|
||||
<h3><a href="https://github.com/chaseadamsio/goorgeous/issues/29">#29:</a> Support verse block</h3>
|
||||
<p class="verse-block">
|
||||
<div class="verse-block">
|
||||
<p>
|
||||
This
|
||||
<strong>is</strong>
|
||||
verse
|
||||
</p>
|
||||
<p class="custom-block">
|
||||
</div>
|
||||
<div class="custom-block">
|
||||
<p>
|
||||
or even a <strong>totally</strong> <em>custom</em> kind of block
|
||||
crazy ain't it?
|
||||
</p>
|
||||
</div>
|
||||
<h3><a href="https://github.com/chaseadamsio/goorgeous/issues/47">#47:</a> Consecutive <code>code</code> wrapped text gets joined</h3>
|
||||
<p>
|
||||
either <code>this</code> or <code>that</code> foo.
|
||||
|
@ -204,7 +213,9 @@ or <code>that</code> foo.
|
|||
</p>
|
||||
<h3><a href="https://github.com/chaseadamsio/goorgeous/issues/68">#68</a>: Quote block with inline markup</h3>
|
||||
<blockquote>
|
||||
<p>
|
||||
<a href="https://www.example.com"><em>this</em> <strong>is</strong> <span style="text-decoration: underline;">markup</span>!</a>
|
||||
</p>
|
||||
</blockquote>
|
||||
<h3><a href="https://github.com/chaseadamsio/goorgeous/issues/77">#77</a>: Recognize <code class="verbatim">code</code>--- as code plus dash</h3>
|
||||
<h3><a href="https://github.com/chaseadamsio/goorgeous/issues/75">#75</a>: Not parsing nested lists correctly</h3>
|
||||
|
|
2
org/testdata/example.org
vendored
2
org/testdata/example.org
vendored
|
@ -77,6 +77,8 @@ with multiple lines
|
|||
|
||||
#+BEGIN_QUOTE
|
||||
Mongodb is very webscale
|
||||
|
||||
and quote blocks can contain multiple paragraphs
|
||||
#+END_QUOTE
|
||||
|
||||
** issues from goorgeous (free test cases, yay!)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue