Add tests for LaTeX fragments and text markup that span more than three lines.
The documentation currently states that the body for these cannot span more than three lines but that is not the behavior I am seeing from emacs in practice. Waiting on a mailing list response to tell me if this is a documentation error or a parser error.
This commit is contained in:
parent
1952d175c0
commit
16e788c36c
6
org_mode_samples/object/latex_fragment/three_lines.org
Normal file
6
org_mode_samples/object/latex_fragment/three_lines.org
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
$foo
|
||||||
|
bar
|
||||||
|
baz
|
||||||
|
lorem
|
||||||
|
ipsum
|
||||||
|
dolar$
|
17
org_mode_samples/object/text_markup/three_lines.org
Normal file
17
org_mode_samples/object/text_markup/three_lines.org
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
foo *bar
|
||||||
|
baz* lorem
|
||||||
|
|
||||||
|
text *markup
|
||||||
|
can
|
||||||
|
span* more
|
||||||
|
|
||||||
|
than *three
|
||||||
|
lines.
|
||||||
|
foo
|
||||||
|
bar* baz
|
||||||
|
|
||||||
|
foo *bar \\
|
||||||
|
baz \\
|
||||||
|
lorem \\
|
||||||
|
ipsum \\
|
||||||
|
dolar* cat
|
Loading…
Reference in New Issue
Block a user