aboutsummaryrefslogtreecommitdiff
path: root/test/command/6308.md
blob: c584bcd7fd7b5fdd79862c89c5365c75d36605f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
```
% pandoc -f org -t asciidoc
* Header
#+begin_tip
I'm a tip
#+end_tip

** Subheader
^D
== Header

[TIP]
====
I'm a tip
====

=== Subheader
```