aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2012-05-07DocBook reader: handle tables, entities.John MacFarlane1-19/+62
2012-05-05DocBook reader: Implemented important, note, caution, tip, warning.John MacFarlane1-6/+16
2012-05-05DocBook reader: Support email tag.John MacFarlane1-1/+3
2012-05-02DocBook reader: Implemented refsectN, refsection.John MacFarlane1-4/+8
2012-05-01DocBook reader: Minor doc fix.John MacFarlane1-1/+1
2012-05-01DocBook reader: Support question and answer tags.John MacFarlane1-4/+14
2012-05-01DocBook reader: Implemented screen, quandadiv, ackno.John MacFarlane1-11/+15
2012-04-29HTML reader: Support `<col>` and `<caption>` in tables.John MacFarlane1-1/+3
2012-04-29DocBook reader: implemented authorinitials and other minor tags.John MacFarlane1-5/+8
2012-04-29DocBook reader: Implemented appendix, preface, book, bookinfo.John MacFarlane1-11/+23
2012-04-29DocBook reader: Implemented wordasword and markup tags.John MacFarlane1-2/+4
2012-04-28DocBook reader: Supported variablelist.John MacFarlane1-14/+25
2012-04-28HTML reader: Don't skip nonbreaking spaces.John MacFarlane1-1/+7
2012-04-27Textile reader: Parse +text+ as emphasized (should be underline).John MacFarlane1-0/+1
2012-04-27Merge pull request #485 from paul-r-ml/masterJohn MacFarlane1-111/+114
2012-04-24textile reader improvements : better conformance to RedCloth Textile inlinespaul.rivier1-51/+67
2012-04-22fixed xlink namespacemb211-2/+2
2012-04-22fixed listitemmb211-1/+1
2012-04-22Added support for mediaobject, inlinemediaobject and captionmb211-6/+26
2012-04-21DocBook reader: Handle blockquote with attribution.John MacFarlane1-2/+11
2012-04-20DocBook reader: Refactored with new function attrValue.John MacFarlane1-12/+13
2012-04-20Stylistic changes to DocBook reader.John MacFarlane1-4/+5
2012-04-20Merge pull request #491 from mb21/patch-1John MacFarlane1-0/+614
2012-04-19Added link, code and info elements to DocBook Reader.mb211-5/+12
2012-04-17Textile reader quick clean-up and added support for LaTeX blocks and inlines.paul.rivier1-64/+51
2012-04-15LaTeX reader: Make \label and \ref sensitive to --parse-raw.John MacFarlane1-10/+13