diff options
| author | John MacFarlane <[email protected]> | 2025-03-29 10:29:41 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-03-29 18:36:18 -0700 |
| commit | 3a0743e815c9af28669828a5df2ccab0eefbc306 (patch) | |
| tree | 2d8f2af6b77f41083a37e98f560164d36d4dfc2e /test | |
| parent | b526c504ea1223e75756de9ede29a4df017ae1a1 (diff) | |
Org reader: don't include newlines in inine code/verbatim.
Convert newlines to spaces as we do in other formats.
Closes #10730.
Diffstat (limited to 'test')
| -rw-r--r-- | test/command/10730.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/command/10730.md b/test/command/10730.md new file mode 100644 index 000000000..c9b696a5b --- /dev/null +++ b/test/command/10730.md @@ -0,0 +1,7 @@ +``` +% pandoc -f org -t native +=hi +there= +^D +[ Para [ Code ( "" , [ "verbatim" ] , [] ) "hi there" ] ] +``` |
