aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-05-08Improved docbook reader tests.John MacFarlane2-553/+40
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 MacFarlane3-1/+2380
2012-05-08Treat four or more `~` or `^` in an inline context as regular text.John MacFarlane1-3/+3
This avoids exponential parsing blowups with long strings of these characters. Closes #507.
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-05Updated changelog.John MacFarlane1-0/+77
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-01Version bump to 1.9.3.John MacFarlane1-1/+1
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-30Improved spacing around LaTeX block environments.John MacFarlane4-8/+55
verbatim, itemize, description, enumerate.
2012-04-30LaTeX writer: Fixed spacing in quote environments.John MacFarlane4-9/+8
Closes #502. Previously you'd get: ~~~ hi \begin{quote} hi \end{quote} hi ~~~ Now we get: ~~~ hi \begin{quote} hi \end{quote} hi ~~~
2012-04-29Documented attributes for inline verbatim code.John MacFarlane1-0/+4
2012-04-29ConTeXt writer: Fixed escaping of `%`.John MacFarlane1-2/+2
* In text, `%` needs to be escaped as `\letterpercent`, not `\%` * Inside URLs, `%` needs to be escaped as `\%` Thanks to jmarca and adityam for the fix. Closes #492.
2012-04-29HTML reader: Support `<col>` and `<caption>` in tables.John MacFarlane1-1/+3
Closes #486.
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-28Updated latex writer tests for new template.John MacFarlane3-0/+6
2012-04-28DocBook reader: Supported variablelist.John MacFarlane1-14/+25
Also added 'named' convenience function to avoid repetition.
2012-04-28Use blue for URL links in latex/pdf output.John MacFarlane1-5/+5
2012-04-28HTML reader: Don't skip nonbreaking spaces.John MacFarlane1-1/+7
Previously a paragraph containing just `&nbsp;` would be rendered as an empty paragraph. Thanks to Paul Vorbach for pointing out the bug.
2012-04-27Textile reader: Parse +text+ as emphasized (should be underline).John MacFarlane1-0/+1
2012-04-27Updated INSTALL instructions for tests.John MacFarlane1-11/+17
2012-04-27Merge pull request #485 from paul-r-ml/masterJohn MacFarlane5-116/+162
Textile reader update
2012-04-25Texinfo writer: Escape special characters in node titles.John MacFarlane1-1/+2
This fixes a problem pointed out by Joost Kremers. Pandoc used to escape an '@' in a chapter title, but not in the corresponding node title, leading to invalid texinfo.
2012-04-25Merge pull request #495 from mb21/masterJohn MacFarlane1-9/+29
Added support for mediaobject, inlinemediaobject and caption
2012-04-24Removed blaze_html_05 flag -- require blaze >= 0.5 by default.John MacFarlane3-34/+8
2012-04-24Merge pull request #496 from markwright/masterJohn MacFarlane3-5/+36
changes for blaze-html 0.5
2012-04-24textile reader improvements : better conformance to RedCloth Textile inlinespaul.rivier4-56/+78
2012-04-23changes for blaze-html 0.5Mark Wright3-5/+36
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-21LaTeX writer: Use fixltx2e package to provide '\textsubscript'.John MacFarlane5-17/+12
2012-04-21RST writer: Don't wrap link references.John MacFarlane1-1/+1
Closes #487.
2012-04-21LaTeX writer: Use `\hyperref[ident]{text}` for internal links.John MacFarlane1-0/+4
Previously we used `\href{\#ident}{text}`, which didn't work on all systems. Thanks to Dirk Laurie.
2012-04-21Docx writer: Fixed error message when style file can't be parsed.John MacFarlane1-1/+2
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-20Documented DocBook input format in README.John MacFarlane1-10/+11
2012-04-20Stylistic changes to DocBook reader.John MacFarlane1-4/+5
2012-04-20Merge pull request #491 from mb21/patch-1John MacFarlane4-0/+618
Added link, code and info elements to DocBook Reader
2012-04-19Added link, code and info elements to DocBook Reader.mb211-5/+12