aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-01-15Case-insensitive parsing of URI schemes.John MacFarlane1-1/+1
2013-01-15Parsing: Improve oneOfStrings, export oneOfStringsCI.John MacFarlane1-7/+20
2013-01-15Revised URI parser.John MacFarlane1-27/+50
2013-01-15Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane14-27/+27
2013-01-14Implemented Ext_implicit_figures.John MacFarlane14-18/+45
2013-01-14Removed some cruft.John MacFarlane1-10/+0
2013-01-14Parsing: Fixed uri -- escape unicode URLs.John MacFarlane1-2/+2
2013-01-14Added Ext_implicit_figures.John MacFarlane1-2/+2
2013-01-14Parsing: Simplified and improved singleQuoteStart.John MacFarlane1-8/+2
2013-01-13RST writer: Fixes bug with links with duplicate text.John MacFarlane1-6/+10
2013-01-13RST writer: Properly handle images with no alt text.John MacFarlane1-6/+7
2013-01-13Markdown reader: Support RST-style line blocks.John MacFarlane2-1/+15
2013-01-13Moved lineBlockLines to Parsing.John MacFarlane2-12/+19
2013-01-13RST reader: Refactored line block parser.John MacFarlane1-14/+10
2013-01-13RST writer: Allow soft breaks w continuations in line blocks.John MacFarlane1-1/+1
2013-01-13RST reader: Line block improvements.John MacFarlane1-3/+8
2013-01-13Use line block in RST writer when a paragraph contains linebreaks.John MacFarlane1-4/+8
2013-01-12Markdown writer: Support Ext_auto_identifiers and Ext_header_attributes.John MacFarlane1-13/+23
2013-01-12HTML reader: Added html5 tags to list of block-level tags.John MacFarlane1-5/+8
2013-01-12Escape `|` as `\vert` in LaTeX math.John MacFarlane1-2/+11
2013-01-11Changed hspace in last commit to 0.333em.John MacFarlane1-1/+1
2013-01-11LaTeX writer: Use `\hspace*` for nonbreaking space after line break.John MacFarlane1-1/+13
2013-01-11Revised EPUB writer given changes in header attributes.John MacFarlane1-7/+18
2013-01-11EPUB writer: Download images at URLs.John MacFarlane1-3/+3
2013-01-11Refactoring:John MacFarlane5-33/+41
2013-01-11ODT, Docx writers: Properly handle URL refs for images.John MacFarlane2-20/+38
2013-01-11ImageSize: Remove no longer exported readImageSize.John MacFarlane1-4/+1
2013-01-11Improvements to docx writer.John MacFarlane1-65/+63
2013-01-11Docx writer: Preliminary improvements.John MacFarlane1-18/+23
2013-01-11ImageSize: Use strict, not lazy bytestrings.John MacFarlane1-2/+2
2013-01-11Move getItem from SelfContained to Share; export getItem.John MacFarlane2-30/+31
2013-01-11Options: Added githubMarkdownExtensions.John MacFarlane2-0/+17
2013-01-10Added markdown_phpextra as writer option.John MacFarlane1-0/+1
2013-01-10Options: Added phpMarkdownExtraExtensions.John MacFarlane2-9/+25
2013-01-10Implemented Ext_header_attributes.John MacFarlane2-12/+22
2013-01-10Ext_header_identifiers -> Ext_auto_identifiers.John MacFarlane2-3/+3
2013-01-09More improvements in emailAddress parser.John MacFarlane1-23/+17
2013-01-09Made email parser more correct.John MacFarlane1-12/+14
2013-01-09Fixed regression in example lists.John MacFarlane1-6/+7
2013-01-09Added Attr field to Header.John MacFarlane24-86/+108
2013-01-08Biblio: Make sure mvPunc and deNote run on metadata too.John MacFarlane1-4/+3
2013-01-08Added / to the list of letters that can occur in a citation key.John MacFarlane1-1/+1
2013-01-07Implemented tight lists in context, latex writers.John MacFarlane2-13/+27
2013-01-07Shared: export isTightList.John MacFarlane1-0/+7
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane14-22/+32
2013-01-06Mediawiki reader: interpret HTML in verbatim contexts as text.John MacFarlane1-2/+1
2013-01-06Docx writer: Use rIdNN identifiers for r:embed in images.John MacFarlane1-1/+1
2013-01-06UTF8 module: Remove `\r` when reading.John MacFarlane1-4/+7
2013-01-06Docx writer: Use separate footnotes.xml for notes.John MacFarlane1-21/+32
2013-01-05LaTeX tables: Use minipage rather than parbox for block containers.John MacFarlane1-2/+2