aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-23website: Added math.text to dependencies for examples.html in Makefile.fiddlosopher1-1/+1
2008-01-23Moved math.txt -> math.text on web page, so it won't be confused with page so...fiddlosopher2-4/+4
2008-01-23Changed names of HTML man pages to *.1.html on website.fiddlosopher3-8/+8
2008-01-17Fixed bug in RST reader, which would choke on: "p. one\ntwo\n".fiddlosopher1-2/+2
2008-01-16Updated INSTALL with instructions for getting GHC + libraries using apt-get.fiddlosopher1-4/+14
2008-01-16Removed unnecessary imports.fiddlosopher8-12/+6
2008-01-14Added Arch linux instructions to INSTALL.fiddlosopher1-4/+13
2008-01-08Bumped version to 0.47.fiddlosopher2-2/+2
2008-01-08Made -c/--css option repeatable on the command line (like -H, -A, -B).fiddlosopher2-12/+23
2008-01-08Updated website with news of version 0.46 release.fiddlosopher1-0/+14
2008-01-08Added some details to RELEASE-CHECKLIST.fiddlosopher1-0/+3
2008-01-08Removed redundant DISTNAME field from freebsd Makefile template.fiddlosopher1-1/+0
2008-01-08Changed copyright dates where appropriate to include 2008.fiddlosopher10-19/+19
2008-01-08Changed dates on documentation.fiddlosopher5-5/+5
2008-01-08Removed unneeded link reference from website index.txt.in.fiddlosopher1-1/+0
2008-01-08Changed comment used to replace unsafe HTML if sanitize-html optionfiddlosopher1-4/+4
2008-01-08* Debian packaging changes:roktas3-7/+16
2008-01-07Updated changelog.fiddlosopher1-0/+185
2008-01-06RST reader: Fixed bug in parsing explicit links (resolves Issue #44).fiddlosopher1-2/+3
2008-01-06RST reader: cleaned up parsing of reference names in key blocks and links.fiddlosopher1-24/+25
2008-01-06RST reader: Removed unnecessary check for following link in str.fiddlosopher1-2/+1
2008-01-06Fixed markdown reader to handle "*hi **there***" as a strong nested in an emph.fiddlosopher1-2/+3
2008-01-06Markdown reader: Moved blockQuote parser before list parsers.fiddlosopher1-2/+2
2008-01-06Added RELEASE-CHECKLIST.fiddlosopher1-0/+39
2008-01-04Use an interpreted text role to render math in restructuredText.fiddlosopher3-14/+34
2008-01-04Refactored RST writer to usea record instead of a tuple for state,fiddlosopher1-125/+135
2008-01-03Added optional HTML sanitization using a whitelist.fiddlosopher7-30/+119
2008-01-01Made -H, -A, and -B cumulative: if they are specified multiple times,fiddlosopher1-3/+6
2007-12-31Fixed bug in the markdown reader: HTML preceding a code blockfiddlosopher2-7/+13
2007-12-31HTML reader: Finished fixing Issue #40.fiddlosopher1-2/+2
2007-12-31HTML reader: Don't interpret contents of style tags as markdown.fiddlosopher1-2/+9
2007-12-30Fixed bug in HTML reader: it was looking for <IT> tag, not <I>.fiddlosopher1-1/+1
2007-12-30Made LaTeX reader properly recognize --parse-raw in rawLaTeXInline.fiddlosopher2-3/+5
2007-12-29Changed handling of titles in HTML writer so you don't get "titleprefix - "fiddlosopher1-2/+4
2007-12-29Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer.fiddlosopher3-81/+47
2007-12-29Markdown reader: Make 'block' conditional on strictness state,fiddlosopher1-21/+27
2007-12-24Markdown: better handling of parentheses in URLs and quotation marks in titles.fiddlosopher1-8/+15
2007-12-24Modified markdown reader to disallow links within links. (Resolves Issue #35.)fiddlosopher1-22/+29
2007-12-24Improved handling of raw HTML in Markdown reader. (Resolves Issue #36.)fiddlosopher1-4/+12
2007-12-24Changed failure message in anyHtmlBlockTag (minor change).fiddlosopher1-1/+1
2007-12-23Modified rawHtmlBlock in HTML reader so it parses </html> and </body> tags.fiddlosopher1-2/+7
2007-12-21Modified 'source' parser in Markdown reader to allow backslash escapes in URLs.fiddlosopher1-3/+4
2007-12-21Modified rules for HTML header identifiers to ensure legal identifiers.fiddlosopher2-19/+29
2007-12-21Fixed handling of email addresses in markdown and reStructuredText.fiddlosopher3-40/+36
2007-12-10Bumped version number to 0.46.fiddlosopher3-3/+3
2007-12-09Added date to release note on website.fiddlosopher1-1/+1
2007-12-08Use \{0,1\} instead of \? in sed, so it works on BSD/Mac OSX too.fiddlosopher1-1/+1
2007-12-08Updated website.fiddlosopher1-50/+24
2007-12-08Makefile website target: create changelog.txt, not changelog.fiddlosopher1-2/+2
2007-12-08Removed support for "box-style" block quotes in markdown.fiddlosopher14-289/+3