aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-02-23EPUB writer: Improved behavior with `--number-sections`.John MacFarlane1-7/+24
2013-02-23EPUB writer: more transition.John MacFarlane1-6/+10
2013-02-23EPUB writer: Temporary step towards a better system for numbering.John MacFarlane1-5/+8
2013-02-23HTML writer: fix case when writerNumberOffet is empty or short.John MacFarlane1-1/+1
2013-02-23`--number-from` -> `--number-offset`John MacFarlane3-6/+4
2013-02-22EPUB writer: Minor section numbering tweaks.John MacFarlane1-2/+3
2013-02-22EPUB writer: Use writerNumberFrom instead of ugly hack.John MacFarlane1-8/+1
2013-02-22Made HTML writer sensitive to `writerNumberFrom`.John MacFarlane1-1/+4
2013-02-21Added `--number-from` option and `writerNumberFrom`.John MacFarlane1-0/+2
2013-02-21Make `implicit_header_references` work with explicit header ids.John MacFarlane2-18/+25
2013-02-20LaTeX reader: Don't emit empty paragraph.John MacFarlane1-2/+2
2013-02-20LaTeX reader: Parse `\section*`, etc. as unnumbered sections.John MacFarlane1-11/+19
2013-02-18ConTeXt writer: now sensitive to 'unnumbered' class in headers.John MacFarlane1-7/+10
2013-02-16Textile reader: Handle attributes on headers.John MacFarlane1-15/+32
2013-02-16LaTeX writer: Omit lists with no items.John MacFarlane1-0/+3
2013-02-16EPUB writer: Fix section numbering.John MacFarlane1-1/+8
2013-02-16HTML reader: Preserve all header attributes.John MacFarlane1-2/+4
2013-02-15Allow `&` in emails (for entities).John MacFarlane2-2/+2
2013-02-15Parsing: uri, email: resolve entities.John MacFarlane1-2/+3
2013-02-15Markdown reader: litChar now includes entities.John MacFarlane1-4/+4
2013-02-15LaTeX writer: Include unnumbered sections in TOC.John MacFarlane1-12/+18
2013-02-14Implemented "unnumbered" headers in LaTeX writer.John MacFarlane1-8/+11
2013-02-14HTML writer: Support header attributes.John MacFarlane1-19/+22
2013-02-13hierarchicalize: Do not number section with class "unnumbered".John MacFarlane2-12/+14
2013-02-12HTML writer: Refactored adding attributes to html element.John MacFarlane1-9/+10
2013-02-12Shared: Changed type of Element.John MacFarlane6-11/+11
2013-02-12Markdown reader: Fix title block parsing.John MacFarlane1-1/+4
2013-02-12Markdown reader: Make backslash escape work in attributes.John MacFarlane1-9/+9
2013-02-12Markdown reader: Fixed bug parsing key/value attributes.John MacFarlane1-1/+1
2013-02-11LaTeX reader: Parse `\hrule` as HorizontalRule.John MacFarlane1-0/+1
2013-02-11Added markdown_github as input format.John MacFarlane1-0/+1
2013-02-08UTF8: Strip off BOM if present.John MacFarlane1-2/+9
2013-02-06Revert "Citation changes."John MacFarlane2-17/+9
2013-02-06Implement `--default-image-extension` for LaTeX reader.John MacFarlane1-2/+10
2013-02-05Merge branch 'citations'John MacFarlane2-9/+17
2013-02-05Added `--default-image-extension` and `readerDefaultImageExtension`.John MacFarlane2-13/+20
2013-02-03Citation changes.John MacFarlane2-9/+17
2013-02-02Removed unneeded blanklines in pipeTable parser.John MacFarlane1-1/+0
2013-02-02Optimized oneOfStringsCI.John MacFarlane1-3/+9
2013-01-30HTML reader: Handle colgroup tag.John MacFarlane1-1/+2
2013-01-28DocBook writer: for linebreak, but newline in literallayout.John MacFarlane1-1/+1
2013-01-28Fixed latex macro parsing.John MacFarlane3-6/+6
2013-01-28LaTeX writer: Avoid extra space at start/end of table cell.John MacFarlane1-1/+3
2013-01-28Markdown writer: Set title, author, date variables as before.John MacFarlane1-0/+3
2013-01-28Merge pull request #733 from jrunningen/masterJohn MacFarlane1-1/+1
2013-01-27Markdown/RST reader: Skip blank lines.John MacFarlane2-1/+3
2013-01-27Mediawiki reader: Don't require blanklines after tables.Jeff Runningen1-1/+1
2013-01-26RST writer: Use `.. code:: language` for code blocks with language.John MacFarlane1-1/+6
2013-01-26Markdown writer: Use autolink when link text matches url.John MacFarlane1-3/+3
2013-01-25Markdown reader: Simplified and sped up str parser.John MacFarlane1-15/+9