Add non-standard ealb (east asian line break) option
See pandoc: https://pandoc.org/MANUAL.html#extension-east_asian_line_breaks
This commit is contained in:
parent
0e68f1db40
commit
c901c00166
6 changed files with 43 additions and 4 deletions
8
org/testdata/east_asian_line_breaks.html
vendored
Normal file
8
org/testdata/east_asian_line_breaks.html
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
<p>
|
||||
Line breaks between multi-byte characters are omitted when the <code class="verbatim">ealb</code> option is set:</p>
|
||||
<ul>
|
||||
<li>中午吃啥</li>
|
||||
<li>something else
|
||||
中午吃啥
|
||||
something else</li>
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue