Commit graph

1517 commits

Author SHA1 Message Date
John MacFarlane
dab6a36585 DocBook reader: Supported bibliography, bibliodiv. 2012-05-10 19:50:51 -07:00
John MacFarlane
15ef1a1a48 DocBook reader: Support language attribute on inline code. 2012-05-10 10:24:07 -07:00
John MacFarlane
79e83749bf DocBook reader: Support language attribute in programlisting. 2012-05-10 10:10:24 -07:00
John MacFarlane
4d9a1324ae DocBook reader: areaspec, area, areaset 2012-05-10 10:10:20 -07:00
John MacFarlane
858bf197fe Revert "Removed blaze_html_05 flag -- require blaze >= 0.5 by default."
This reverts commit f67a80cea2.
2012-05-10 09:13:14 -07:00
John MacFarlane
d63bfb4bc5 DocBook reader: Support prompt, parameter. 2012-05-10 09:12:40 -07:00
John MacFarlane
bff02dd369 DocBook reader: Support 'optional' tag. 2012-05-10 09:10:25 -07:00
John MacFarlane
cb1096b75f DocBook reader: Support subtitle, simpara. 2012-05-10 09:01:38 -07:00
John MacFarlane
a408ce5fd7 DocBook reader: Add attribute for "option" code inline. 2012-05-09 11:01:10 -07:00
John MacFarlane
83d0e7e4bd DocBook reader: Support computeroutput, literallayout. 2012-05-09 10:46:34 -07:00
John MacFarlane
87de361cdc DocBook reader: More improvements, passes tests. 2012-05-09 10:34:37 -07:00
John MacFarlane
4f8c536de0 DocBook reader: More improvements, more tests pass. 2012-05-08 23:25:34 -07:00
John MacFarlane
8ba8a720ed DocBook reader: Improved def lists with multiple defs. 2012-05-08 22:18:24 -07:00
John MacFarlane
b1cba4ae8e DocBook reader: Fixed headers for headerless table. 2012-05-08 21:44:46 -07:00
John MacFarlane
ef5c7fb4b6 DocBook reader: Trim definition list terms. 2012-05-08 21:25:51 -07:00
John MacFarlane
6b783d38ea DocBook reader: Fixed some compiler warnings. 2012-05-08 21:02:17 -07:00
John MacFarlane
c20c139255 Added docbook reader tests (still failing). 2012-05-08 20:26:39 -07:00
John MacFarlane
b79df946d1 Treat four or more ~ or ^ in an inline context as regular text.
This avoids exponential parsing blowups with long strings
of these characters. Closes #507.
2012-05-08 13:31:27 -07:00
John MacFarlane
ffef28e860 DocBook reader: Skip chapterinfo. 2012-05-07 10:06:11 -07:00
John MacFarlane
8d6cc370d4 DocBook reader: Added epigraph, fixed entities in plain contexts. 2012-05-07 10:02:48 -07:00
John MacFarlane
233c71b6a9 DocBook reader: handle tables, entities. 2012-05-07 00:07:34 -07:00
John MacFarlane
6a3e60504e DocBook reader: Implemented important, note, caution, tip, warning. 2012-05-05 19:58:37 -07:00
John MacFarlane
d8dc57d91c DocBook reader: Support email tag. 2012-05-05 19:34:39 -07:00
John MacFarlane
4c825cf045 DocBook reader: Implemented refsectN, refsection. 2012-05-02 11:22:05 -07:00
John MacFarlane
2d29c94acf DocBook reader: Minor doc fix. 2012-05-01 22:37:34 -07:00
John MacFarlane
bc511109fe DocBook reader: Support question and answer tags. 2012-05-01 22:35:28 -07:00
John MacFarlane
cbfd187ba9 DocBook reader: Implemented screen, quandadiv, ackno. 2012-05-01 20:54:39 -07:00
John MacFarlane
9961dc274a Improved spacing around LaTeX block environments.
verbatim, itemize, description, enumerate.
2012-04-30 09:26:15 -07:00
John MacFarlane
8201257b5c LaTeX writer: Fixed spacing in quote environments.
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-30 07:46:38 -07:00
John MacFarlane
deb72b5f43 ConTeXt writer: Fixed escaping of %.
* 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-29 14:21:56 -07:00
John MacFarlane
a9f037a615 HTML reader: Support <col> and <caption> in tables.
Closes #486.
2012-04-29 13:54:52 -07:00
John MacFarlane
0db7d87240 DocBook reader: implemented authorinitials and other minor tags. 2012-04-29 10:10:38 -07:00
John MacFarlane
1455a3ce81 DocBook reader: Implemented appendix, preface, book, bookinfo. 2012-04-29 10:03:36 -07:00
John MacFarlane
835e79f3e8 DocBook reader: Implemented wordasword and markup tags. 2012-04-29 09:43:52 -07:00
John MacFarlane
41016eebe2 DocBook reader: Supported variablelist.
Also added 'named' convenience function to avoid repetition.
2012-04-28 11:04:15 -07:00
John MacFarlane
d4d5910e0a HTML reader: Don't skip nonbreaking spaces.
Previously a paragraph containing just `&nbsp;` would be rendered
as an empty paragraph. Thanks to Paul Vorbach for pointing out the bug.
2012-04-28 09:24:52 -07:00
John MacFarlane
5932d905ff Textile reader: Parse +text+ as emphasized (should be underline). 2012-04-27 15:10:40 -07:00
John MacFarlane
4b77def061 Merge pull request #485 from paul-r-ml/master
Textile reader update
2012-04-27 15:00:02 -07:00
John MacFarlane
77125ea68c Texinfo writer: Escape special characters in node titles.
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-25 19:23:01 -07:00
John MacFarlane
2141e8243e Merge pull request #495 from mb21/master
Added support for mediaobject, inlinemediaobject and caption
2012-04-25 13:53:30 -07:00
John MacFarlane
f67a80cea2 Removed blaze_html_05 flag -- require blaze >= 0.5 by default. 2012-04-24 19:34:53 -04:00
paul.rivier
7b111542c0 textile reader improvements : better conformance to RedCloth Textile inlines 2012-04-24 15:56:59 +02:00
Mark Wright
471d4dc502 changes for blaze-html 0.5 2012-04-23 19:53:04 +10:00
mb21
0005a43f14 fixed xlink namespace 2012-04-22 17:23:49 +02:00
mb21
8d2baf35f1 fixed listitem 2012-04-22 16:53:27 +02:00
mb21
f63fb16921 Added support for mediaobject, inlinemediaobject and caption 2012-04-22 12:55:40 +02:00
John MacFarlane
869ff43442 LaTeX writer: Use fixltx2e package to provide '\textsubscript'. 2012-04-21 09:59:36 -07:00
John MacFarlane
9a347c37ad RST writer: Don't wrap link references.
Closes #487.
2012-04-21 09:46:05 -07:00
John MacFarlane
9989170df2 LaTeX writer: Use \hyperref[ident]{text} for internal links.
Previously we used `\href{\#ident}{text}`, which didn't work on
all systems. Thanks to Dirk Laurie.
2012-04-21 09:41:05 -07:00
John MacFarlane
e6e63d1699 Docx writer: Fixed error message when style file can't be parsed. 2012-04-21 09:27:53 -07:00