From 6e8f31dab16472cb7cf14aac88cf2e383bdbc5ec Mon Sep 17 00:00:00 2001 From: leungbk Date: Tue, 25 Sep 2018 18:21:03 -0700 Subject: Force inline code blocks to honor export options. `exportsCode` is moved from `Blocks.hs` to `Shared.hs` and exported accordingly. --- test/command/4885.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/command/4885.md (limited to 'test/command') diff --git a/test/command/4885.md b/test/command/4885.md new file mode 100644 index 000000000..8611097c2 --- /dev/null +++ b/test/command/4885.md @@ -0,0 +1,8 @@ +``` +% pandoc -f org -t markdown +This won't show the command. +src_maxima[:exports none :results raw]{tex('integrate(sin((e^x)/pi),x,0,inf));} $$\int_{0}^{\infty }{\sin \left({{e^{x}}\over{\pi}}\right)\;dx}$$ +^D +This won\'t show the command. +$$\int_{0}^{\infty }{\sin \left({{e^{x}}\over{\pi}}\right)\;dx}$$ +``` -- cgit v1.2.3