AsciiDoc writer: add blank line after Div.

Closes #6308.
This commit is contained in:
John MacFarlane
2020-04-22 23:04:43 -07:00
parent 7f258cd359
commit 6baacb51bb
2 changed files with 19 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
```
% pandoc -f org -t asciidoc
* Header
#+begin_tip
I'm a tip
#+end_tip
** Subheader
^D
== Header
[TIP]
====
I'm a tip
====
=== Subheader
```