Allow for multiple inline blocks in a paragraph
- Adjust the inlineBlock regex to match until the first `]` and `}`, this allows for multiple inline blocks to be present on the same line. - Test added.
This commit is contained in:
parent
f7c2b120f7
commit
f537c0bda3
4 changed files with 9 additions and 3 deletions
6
org/testdata/inline.html
vendored
6
org/testdata/inline.html
vendored
|
@ -18,6 +18,12 @@ also hard line breaks not followed by a newline get ignored, see \\</li>
|
|||
<h1>hello</h1>
|
||||
</pre>
|
||||
</div>
|
||||
</div> and this <div class="src src-inline src-schema">
|
||||
<div class="highlight-inline">
|
||||
<pre>
|
||||
world
|
||||
</pre>
|
||||
</div>
|
||||
</div></li>
|
||||
<li>inline export blocks <h1>hello</h1></li>
|
||||
<li><code class="verbatim">multiline emphasis is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue