I'd like to see support for the Python Markdown extension for admonitions (docs]. This may be related to #223, but that issue is quite old. The transformation to HTML can follow the same model as the existing Python module. For LaTeX, and this can work for from DocBook too, create a minibox environment.
Tossing a +1 on this one. One of the reasons I still use asciidoc[tor.rb], since admonition blocks aren't available (even though bibliography support is better in pandoc.)
It's not too hard to add admonition support to stock pandoc with
a filter.
+++ Skrylar [Jan 30 16 04:26 ]:
Tossing a +1 on this one. One of the reasons I still use
asciidoc[tor.rb], since admonition blocks aren't available (even though
bibliography support is better in pandoc.)—
Reply to this email directly or [1]view it on GitHub.References
:+1:
+1
It's not too hard to add admonition support to stock pandoc with
a filter.
@jgm How could such a filter look like?
+++ Wolf-at-SO [Jun 29 17 14:10 ]:
[1]@jgm How could such a filter look like?
See the filter documentation on the website, or the
examples in pythonfilters or panflute, and if you
still have questions, ask on pandoc-discuss.
Most helpful comment
https://github.com/chdemko/pandoc-latex-admonition