summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* ConTeXt writer: now sensitive to 'unnumbered' class in headers.John MacFarlane2013-02-18
* Textile reader: Handle attributes on headers.John MacFarlane2013-02-16
* LaTeX writer: Omit lists with no items.John MacFarlane2013-02-16
* EPUB writer: Fix section numbering.John MacFarlane2013-02-16
* HTML reader: Preserve all header attributes.John MacFarlane2013-02-16
* Allow `&` in emails (for entities).John MacFarlane2013-02-15
* Parsing: uri, email: resolve entities.John MacFarlane2013-02-15
* Markdown reader: litChar now includes entities.John MacFarlane2013-02-15
* LaTeX writer: Include unnumbered sections in TOC.John MacFarlane2013-02-15
* Implemented "unnumbered" headers in LaTeX writer.John MacFarlane2013-02-14
* HTML writer: Support header attributes.John MacFarlane2013-02-14
* hierarchicalize: Do not number section with class "unnumbered".John MacFarlane2013-02-13
* HTML writer: Refactored adding attributes to html element.John MacFarlane2013-02-12
* Shared: Changed type of Element.John MacFarlane2013-02-12
* Markdown reader: Fix title block parsing.John MacFarlane2013-02-12
* Markdown reader: Make backslash escape work in attributes.John MacFarlane2013-02-12
* Markdown reader: Fixed bug parsing key/value attributes.John MacFarlane2013-02-12
* LaTeX reader: Parse `\hrule` as HorizontalRule.John MacFarlane2013-02-11
* Added markdown_github as input format.John MacFarlane2013-02-11
* UTF8: Strip off BOM if present.John MacFarlane2013-02-08
* Revert "Citation changes."John MacFarlane2013-02-06
* Implement `--default-image-extension` for LaTeX reader.John MacFarlane2013-02-06
* Merge branch 'citations'John MacFarlane2013-02-05
|\
| * Citation changes.John MacFarlane2013-02-03
* | Added `--default-image-extension` and `readerDefaultImageExtension`.John MacFarlane2013-02-05
|/
* Removed unneeded blanklines in pipeTable parser.John MacFarlane2013-02-02
* Optimized oneOfStringsCI.John MacFarlane2013-02-02
* HTML reader: Handle colgroup tag.John MacFarlane2013-01-30
* DocBook writer: for linebreak, but newline in literallayout.John MacFarlane2013-01-28
* Fixed latex macro parsing.John MacFarlane2013-01-28
* LaTeX writer: Avoid extra space at start/end of table cell.John MacFarlane2013-01-28
* Markdown writer: Set title, author, date variables as before.John MacFarlane2013-01-28
* Merge pull request #733 from jrunningen/masterJohn MacFarlane2013-01-28
|\
| * Mediawiki reader: Don't require blanklines after tables.Jeff Runningen2013-01-27
* | Markdown/RST reader: Skip blank lines.John MacFarlane2013-01-27
|/
* RST writer: Use `.. code:: language` for code blocks with language.John MacFarlane2013-01-26
* Markdown writer: Use autolink when link text matches url.John MacFarlane2013-01-26
* Markdown reader: Simplified and sped up str parser.John MacFarlane2013-01-25
* RST reader: Allow anonymous form of explicit links.John MacFarlane2013-01-25
* Changed copyright date range on Markdown reader.John MacFarlane2013-01-25
* Minor code cleanup.John MacFarlane2013-01-25
* Markdown reader: Moved guardEnabled to definitionList.John MacFarlane2013-01-25
* Markdown reader: Performance improvement in str parser.John MacFarlane2013-01-25
* Use anyLine everywhere instead of 'manyTill anyChar newline'.John MacFarlane2013-01-25
* Parsing: More improvements of anyLine parser.John MacFarlane2013-01-25
* More anyLine tweaks: Use incSourceLine.John MacFarlane2013-01-25
* anyLine: Set position properly.John MacFarlane2013-01-25
* Markdown reader: More efficient version of scanForPipe.John MacFarlane2013-01-25
* Parsing: Much faster new version of anyLine.John MacFarlane2013-01-25
* Use hsb2hs preprocessor instead of TH for embed_data_files.John MacFarlane2013-01-23