summaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2012-05-10Revert "Removed blaze_html_05 flag -- require blaze >= 0.5 by default."John MacFarlane
2012-05-10DocBook reader: Support prompt, parameter.John MacFarlane
2012-05-10DocBook reader: Support 'optional' tag.John MacFarlane
2012-05-10DocBook reader: Support subtitle, simpara.John MacFarlane
2012-05-09DocBook reader: Add attribute for "option" code inline.John MacFarlane
2012-05-09DocBook reader: Support computeroutput, literallayout.John MacFarlane
2012-05-09DocBook reader: More improvements, passes tests.John MacFarlane
2012-05-08DocBook reader: More improvements, more tests pass.John MacFarlane
2012-05-08DocBook reader: Improved def lists with multiple defs.John MacFarlane
2012-05-08DocBook reader: Fixed headers for headerless table.John MacFarlane
2012-05-08DocBook reader: Trim definition list terms.John MacFarlane
2012-05-08DocBook reader: Fixed some compiler warnings.John MacFarlane
2012-05-08Treat four or more `~` or `^` in an inline context as regular text.John MacFarlane
2012-05-07DocBook reader: Skip chapterinfo.John MacFarlane
2012-05-07DocBook reader: Added epigraph, fixed entities in plain contexts.John MacFarlane
2012-05-07DocBook reader: handle tables, entities.John MacFarlane
2012-05-05DocBook reader: Implemented important, note, caution, tip, warning.John MacFarlane
2012-05-05DocBook reader: Support email tag.John MacFarlane
2012-05-02DocBook reader: Implemented refsectN, refsection.John MacFarlane
2012-05-01DocBook reader: Minor doc fix.John MacFarlane
2012-05-01DocBook reader: Support question and answer tags.John MacFarlane
2012-05-01DocBook reader: Implemented screen, quandadiv, ackno.John MacFarlane
2012-04-30Improved spacing around LaTeX block environments.John MacFarlane
2012-04-30LaTeX writer: Fixed spacing in quote environments.John MacFarlane
2012-04-29ConTeXt writer: Fixed escaping of `%`.John MacFarlane
2012-04-29HTML reader: Support `<col>` and `<caption>` in tables.John MacFarlane
2012-04-29DocBook reader: implemented authorinitials and other minor tags.John MacFarlane
2012-04-29DocBook reader: Implemented appendix, preface, book, bookinfo.John MacFarlane
2012-04-29DocBook reader: Implemented wordasword and markup tags.John MacFarlane
2012-04-28DocBook reader: Supported variablelist.John MacFarlane
2012-04-28HTML reader: Don't skip nonbreaking spaces.John MacFarlane
2012-04-27Textile reader: Parse +text+ as emphasized (should be underline).John MacFarlane
2012-04-27Merge pull request #485 from paul-r-ml/masterJohn MacFarlane
2012-04-25Texinfo writer: Escape special characters in node titles.John MacFarlane
2012-04-25Merge pull request #495 from mb21/masterJohn MacFarlane
2012-04-24Removed blaze_html_05 flag -- require blaze >= 0.5 by default.John MacFarlane
2012-04-24textile reader improvements : better conformance to RedCloth Textile inlinespaul.rivier
2012-04-23changes for blaze-html 0.5Mark Wright
2012-04-22fixed xlink namespacemb21
2012-04-22fixed listitemmb21
2012-04-22Added support for mediaobject, inlinemediaobject and captionmb21
2012-04-21LaTeX writer: Use fixltx2e package to provide '\textsubscript'.John MacFarlane
2012-04-21RST writer: Don't wrap link references.John MacFarlane
2012-04-21LaTeX writer: Use `\hyperref[ident]{text}` for internal links.John MacFarlane
2012-04-21Docx writer: Fixed error message when style file can't be parsed.John MacFarlane
2012-04-21DocBook reader: Handle blockquote with attribution.John MacFarlane
2012-04-20DocBook reader: Refactored with new function attrValue.John MacFarlane
2012-04-20Stylistic changes to DocBook reader.John MacFarlane
2012-04-20Merge pull request #491 from mb21/patch-1John MacFarlane
2012-04-19Added link, code and info elements to DocBook Reader.mb21