blob: 1d3a75ae11dc57f1249ffd4dca4626a5667f46f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
```
% pandoc -f html -t org
<div class="Section1">
Today is a nice day.
</div>
<div id="forecast">
Tomorrow will be rainy.
</div>
^D
Today is a nice day.
<<forecast>>
Tomorrow will be rainy.
```
|