[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Text markup and TeX-style LaTeX fragments spanning more than three lines
From: |
Tom Alexander |
Subject: |
Text markup and TeX-style LaTeX fragments spanning more than three lines |
Date: |
Sun, 27 Aug 2023 23:42:29 -0400 |
User-agent: |
Cyrus-JMAP/3.9.0-alpha0-647-g545049cfe6-fm-20230814.001-g545049cf |
The documentation for both text markup and TeX-style LaTeX fragments states
that their contents (CONTENTS for text markup, BODY for TeX-style LaTeX
fragments) cannot span more than three lines, but I'm not seeing such
limitation for either in practice. I don't know if this is a documentation
error or a parser error.
Documentation text markup:
https://orgmode.org/worg/org-syntax.html#Emphasis_Markers
Documentation LaTeX fragments:
https://orgmode.org/worg/org-syntax.html#LaTeX_Fragments
Test document text markup:
```
foo *bar
baz* lorem
text *markup
cannot
span* more
than *three
lines.
foo
bar* baz
foo *bar \\
baz \\
lorem \\
ipsum \\
dolar* cat
```
Test document TeX-style LaTeX fragments:
```
$foo
bar
baz
lorem
ipsum
dolar$
```
--
Tom Alexander
- Text markup and TeX-style LaTeX fragments spanning more than three lines,
Tom Alexander <=