John MacFarlane
af7e782436
Modified readers to emit SoftBreak when appropriate.
2015-12-12 09:31:51 -08:00
mb21
a010b83a75
Updated readers, writers and README for link attribute
2015-08-07 12:38:37 +02:00
John MacFarlane
92d48fa65b
Updated readers and writers for new image attribute parameter.
...
(mb21)
2015-08-07 12:37:12 +02:00
John MacFarlane
6a3a04c428
Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpickering-errortype
...
Conflicts:
benchmark/benchmark-pandoc.hs
src/Text/Pandoc/Readers/Markdown.hs
src/Text/Pandoc/Readers/Org.hs
src/Text/Pandoc/Readers/RST.hs
tests/Tests/Readers/LaTeX.hs
2015-03-28 12:12:48 -07:00
John MacFarlane
0a82e7e4b1
Fixed a compiler warning.
2015-03-17 17:06:19 -07:00
John MacFarlane
e0d234e54d
Added CommonMark reader using cmark (libcmark bindings).
...
- Added commonmark as an input format.
- Added `Text.Pandoc.Readers.CommonMark.readCommonMark`.
- For now, we use the markdown writer to generate benchmark
text for the CommonMark reader. We can change this when we
get a writer.
2015-03-17 16:15:57 -07:00