aboutsummaryrefslogtreecommitdiff
path: root/src/Text
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-11-18 13:23:09 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-11-18 13:23:09 -0800
commite8e5ad210fa4bd49775822951e2b3352bec2c7e0 (patch)
tree42b251f861ec7bf60b85d9ae35867170a8e81ef5 /src/Text
parentf6a0e75389d748818e703566b749af293195b4ee (diff)
downloadpandoc-e8e5ad210fa4bd49775822951e2b3352bec2c7e0.tar.gz
Added comment about limitations of asciidoc conversion.
Diffstat (limited to 'src/Text')
-rw-r--r--src/Text/Pandoc/Writers/Asciidoc.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Writers/Asciidoc.hs b/src/Text/Pandoc/Writers/Asciidoc.hs
index 28c99b12a..f51c43362 100644
--- a/src/Text/Pandoc/Writers/Asciidoc.hs
+++ b/src/Text/Pandoc/Writers/Asciidoc.hs
@@ -28,6 +28,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Conversion of 'Pandoc' documents to asciidoc.
+Note that some information may be lost in conversion, due to
+expressive limitations of asciidoc. Footnotes and table cells with
+paragraphs (or other block items) are not possible in asciidoc.
+If pandoc encounters one of these, it will insert a message indicating
+that it has omitted the construct.
+
Asciidoc: <http://www.methods.co.nz/asciidoc/>
-}
module Text.Pandoc.Writers.Asciidoc (writeAsciidoc) where