aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Add support for Slideous output.Jonas Smedegaard5-5/+9
2012-05-23Massively simplified Text.Pandoc.Biblio.John MacFarlane1-84/+44
2012-05-22LaTeX reader: Support `\centerline`.John MacFarlane1-0/+1
2012-05-19Markdown Use a nonzero space to prevent false recognition of list marker.John MacFarlane1-1/+1
2012-05-17Added 'zenburn' highlight style from highlighting-kate.John MacFarlane2-1/+3
2012-05-16Markdown writer: Improved definition lists.John MacFarlane1-2/+2
2012-05-14LaTeX writer: More consistent interblock spacing.John MacFarlane1-24/+18
2012-05-13LaTeX reader: ensure we don't have extra blank lines at ends of cells.John MacFarlane1-1/+1
2012-05-12Export readDocBook in Text.Pandoc.John MacFarlane1-0/+1
2012-05-12DocBook: support segmentedlist.John MacFarlane1-4/+17
2012-05-12DocBook reader: Support simplelist, member.John MacFarlane1-3/+5
2012-05-12Don't include non-language classes for code blocks.John MacFarlane1-6/+6
2012-05-12DocBook reader: Recognize example as block element.John MacFarlane1-1/+1
2012-05-12DocBook reader: Promote level 0 headers to 1 even if dbBook not set.John MacFarlane1-1/+1
2012-05-12DocBook reader: Support bridgehead.John MacFarlane1-2/+3
2012-05-12DocBook reader: only use language classes for inline code.John MacFarlane1-18/+18
2012-05-12DocBook reader: Better handling tags that can have inline or block content.John MacFarlane1-10/+10
2012-05-12DocBook reader: computeroutput is an inline tag, not block.John MacFarlane1-2/+2
2012-05-11Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.John MacFarlane4-36/+51
2012-05-11LaTeX reader: Allow skipping of unknown block commands in `\author` section.John MacFarlane1-1/+3
2012-05-11DocBook reader: Support bibliomixed tag.John MacFarlane1-1/+2
2012-05-11DocBook reader: Support link tag with no content.John MacFarlane1-4/+7
2012-05-11DocBook reader: print ? for xref tag.John MacFarlane1-0/+1
2012-05-11DocBook reader: Support uri tag.John MacFarlane1-1/+2
2012-05-11DocBook reader: Use ALLCAPS for unknown entities.John MacFarlane1-7/+6
2012-05-11DocBook reader. Handle block elements inside paragraphs.John MacFarlane1-5/+29
2012-05-10DocBook reader: support more elements.John MacFarlane1-13/+30
2012-05-10DocBook reader: Implemented glossary, simplified sect.John MacFarlane1-31/+34
2012-05-10DocBook reader: Skip index.John MacFarlane1-5/+6
2012-05-10DocBook reader: Skip toc tags.John MacFarlane1-11/+12
2012-05-10DocBook reader: Supported bibliography, bibliodiv.John MacFarlane1-8/+16
2012-05-10DocBook reader: Support language attribute on inline code.John MacFarlane1-17/+23
2012-05-10DocBook reader: Support language attribute in programlisting.John MacFarlane1-4/+10
2012-05-10DocBook reader: areaspec, area, areasetJohn MacFarlane1-3/+6
2012-05-10Revert "Removed blaze_html_05 flag -- require blaze >= 0.5 by default."John MacFarlane2-2/+10
2012-05-10DocBook reader: Support prompt, parameter.John MacFarlane1-2/+4
2012-05-10DocBook reader: Support 'optional' tag.John MacFarlane1-2/+5
2012-05-10DocBook reader: Support subtitle, simpara.John MacFarlane1-3/+8
2012-05-09DocBook reader: Add attribute for "option" code inline.John MacFarlane1-2/+2
2012-05-09DocBook reader: Support computeroutput, literallayout.John MacFarlane1-3/+5
2012-05-09DocBook reader: More improvements, passes tests.John MacFarlane1-4/+16
2012-05-08DocBook reader: More improvements, more tests pass.John MacFarlane1-5/+19
2012-05-08DocBook reader: Improved def lists with multiple defs.John MacFarlane1-6/+4
2012-05-08DocBook reader: Fixed headers for headerless table.John MacFarlane1-5/+7
2012-05-08DocBook reader: Trim definition list terms.John MacFarlane1-1/+1
2012-05-08DocBook reader: Fixed some compiler warnings.John MacFarlane1-4/+10
2012-05-08Added docbook reader tests (still failing).John MacFarlane1-1/+6
2012-05-08Treat four or more `~` or `^` in an inline context as regular text.John MacFarlane1-3/+3
2012-05-07DocBook reader: Skip chapterinfo.John MacFarlane1-1/+2
2012-05-07DocBook reader: Added epigraph, fixed entities in plain contexts.John MacFarlane1-10/+32