9 lines
310 B
Markdown
9 lines
310 B
Markdown
|
```
|
||
|
% 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}$$
|
||
|
```
|