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>
|
11
org/testdata/east_asian_line_breaks.org
vendored
Normal file
11
org/testdata/east_asian_line_breaks.org
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
#+OPTIONS: ealb:t
|
||||
|
||||
Line breaks between multi-byte characters are omitted when the =ealb= option is set:
|
||||
|
||||
- 中午
|
||||
吃啥
|
||||
|
||||
- something else
|
||||
中午
|
||||
吃啥
|
||||
something else
|
11
org/testdata/east_asian_line_breaks.pretty_org
vendored
Normal file
11
org/testdata/east_asian_line_breaks.pretty_org
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
#+OPTIONS: ealb:t
|
||||
|
||||
Line breaks between multi-byte characters are omitted when the =ealb= option is set:
|
||||
|
||||
- 中午
|
||||
吃啥
|
||||
|
||||
- something else
|
||||
中午
|
||||
吃啥
|
||||
something else
|
Loading…
Add table
Add a link
Reference in a new issue