Age | Commit message (Expand) | Author | Files | Lines |
2008-02-09 | HTML writer: if language specified for code block, print as <code> class. | fiddlosopher | 1 | -1/+2 |
2008-02-09 | Modified tests for new argument in CodeBlock. | fiddlosopher | 5 | -50/+50 |
2008-02-09 | Modified writers for new argument place in CodeBlock. | fiddlosopher | 8 | -8/+8 |
2008-02-09 | Modified readers for new parameter in CodeBlock. | fiddlosopher | 4 | -6/+6 |
2008-02-09 | Added parameter for class to CodeBlock (for syntax highlighting). | fiddlosopher | 1 | -1/+1 |
2008-02-09 | * Debian packaging changes: | roktas | 4 | -9/+21 |
2008-01-24 | Added note in INSTALL about doing 'make templates' if installing using Cabal ... | fiddlosopher | 1 | -4/+13 |
2008-01-23 | Added \setupitemize[autointro] to ConTeXt header, to prevent orphaned | fiddlosopher | 2 | -0/+6 |
2008-01-23 | website: Added math.text to dependencies for examples.html in Makefile. | fiddlosopher | 1 | -1/+1 |
2008-01-23 | Moved math.txt -> math.text on web page, so it won't be confused with page so... | fiddlosopher | 2 | -4/+4 |
2008-01-23 | Changed names of HTML man pages to *.1.html on website. | fiddlosopher | 3 | -8/+8 |
2008-01-17 | Fixed bug in RST reader, which would choke on: "p. one\ntwo\n". | fiddlosopher | 1 | -2/+2 |
2008-01-16 | Updated INSTALL with instructions for getting GHC + libraries using apt-get. | fiddlosopher | 1 | -4/+14 |
2008-01-16 | Removed unnecessary imports. | fiddlosopher | 8 | -12/+6 |
2008-01-14 | Added Arch linux instructions to INSTALL. | fiddlosopher | 1 | -4/+13 |
2008-01-08 | Bumped version to 0.47. | fiddlosopher | 2 | -2/+2 |
2008-01-08 | Made -c/--css option repeatable on the command line (like -H, -A, -B). | fiddlosopher | 2 | -12/+23 |
2008-01-08 | Updated website with news of version 0.46 release. | fiddlosopher | 1 | -0/+14 |
2008-01-08 | Added some details to RELEASE-CHECKLIST. | fiddlosopher | 1 | -0/+3 |
2008-01-08 | Removed redundant DISTNAME field from freebsd Makefile template. | fiddlosopher | 1 | -1/+0 |
2008-01-08 | Changed copyright dates where appropriate to include 2008. | fiddlosopher | 10 | -19/+19 |
2008-01-08 | Changed dates on documentation. | fiddlosopher | 5 | -5/+5 |
2008-01-08 | Removed unneeded link reference from website index.txt.in. | fiddlosopher | 1 | -1/+0 |
2008-01-08 | Changed comment used to replace unsafe HTML if sanitize-html option | fiddlosopher | 1 | -4/+4 |
2008-01-08 | * Debian packaging changes: | roktas | 3 | -7/+16 |
2008-01-07 | Updated changelog. | fiddlosopher | 1 | -0/+185 |
2008-01-06 | RST reader: Fixed bug in parsing explicit links (resolves Issue #44). | fiddlosopher | 1 | -2/+3 |
2008-01-06 | RST reader: cleaned up parsing of reference names in key blocks and links. | fiddlosopher | 1 | -24/+25 |
2008-01-06 | RST reader: Removed unnecessary check for following link in str. | fiddlosopher | 1 | -2/+1 |
2008-01-06 | Fixed markdown reader to handle "*hi **there***" as a strong nested in an emph. | fiddlosopher | 1 | -2/+3 |
2008-01-06 | Markdown reader: Moved blockQuote parser before list parsers. | fiddlosopher | 1 | -2/+2 |
2008-01-06 | Added RELEASE-CHECKLIST. | fiddlosopher | 1 | -0/+39 |
2008-01-04 | Use an interpreted text role to render math in restructuredText. | fiddlosopher | 3 | -14/+34 |
2008-01-04 | Refactored RST writer to usea record instead of a tuple for state, | fiddlosopher | 1 | -125/+135 |
2008-01-03 | Added optional HTML sanitization using a whitelist. | fiddlosopher | 7 | -30/+119 |
2008-01-01 | Made -H, -A, and -B cumulative: if they are specified multiple times, | fiddlosopher | 1 | -3/+6 |
2007-12-31 | Fixed bug in the markdown reader: HTML preceding a code block | fiddlosopher | 2 | -7/+13 |
2007-12-31 | HTML reader: Finished fixing Issue #40. | fiddlosopher | 1 | -2/+2 |
2007-12-31 | HTML reader: Don't interpret contents of style tags as markdown. | fiddlosopher | 1 | -2/+9 |
2007-12-30 | Fixed bug in HTML reader: it was looking for <IT> tag, not <I>. | fiddlosopher | 1 | -1/+1 |
2007-12-30 | Made LaTeX reader properly recognize --parse-raw in rawLaTeXInline. | fiddlosopher | 2 | -3/+5 |
2007-12-29 | Changed handling of titles in HTML writer so you don't get "titleprefix - " | fiddlosopher | 1 | -2/+4 |
2007-12-29 | Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer. | fiddlosopher | 3 | -81/+47 |
2007-12-29 | Markdown reader: Make 'block' conditional on strictness state, | fiddlosopher | 1 | -21/+27 |
2007-12-24 | Markdown: better handling of parentheses in URLs and quotation marks in titles. | fiddlosopher | 1 | -8/+15 |
2007-12-24 | Modified markdown reader to disallow links within links. (Resolves Issue #35.) | fiddlosopher | 1 | -22/+29 |
2007-12-24 | Improved handling of raw HTML in Markdown reader. (Resolves Issue #36.) | fiddlosopher | 1 | -4/+12 |
2007-12-24 | Changed failure message in anyHtmlBlockTag (minor change). | fiddlosopher | 1 | -1/+1 |
2007-12-23 | Modified rawHtmlBlock in HTML reader so it parses </html> and </body> tags. | fiddlosopher | 1 | -2/+7 |
2007-12-21 | Modified 'source' parser in Markdown reader to allow backslash escapes in URLs. | fiddlosopher | 1 | -3/+4 |