summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add data-cites field to citations in HTML5.John MacFarlane2013-01-18
* RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane2013-01-18
* Convert highlighting-kate language to listings languageJohn MacFarlane2013-01-17
* MIME: Support vs and fs as text/plain.John MacFarlane2013-01-17
* Revert "Markdown reader: Be less restrictive about class attributes."John MacFarlane2013-01-17
* Markdown reader: Be less restrictive about class attributes.John MacFarlane2013-01-16
* Fixed problem with duplicate ids in epub.John MacFarlane2013-01-16
* Implemented Ext_link_attributes in markdown reader.John MacFarlane2013-01-16
* Implemented Ext_mmd_header_identifiers in markdown writer.John MacFarlane2013-01-16
* Implemented Ext_mmd_header_identifiers in markdown reader.John MacFarlane2013-01-16
* Options: Added multimarkdownExtensions.John MacFarlane2013-01-16
* LaTeX writer: Prevent paragraphs containing only linebreaks or spaces.John MacFarlane2013-01-15
* Added `writerHtmlQTags` and `--html-q-tags` option.John MacFarlane2013-01-15
* Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane2013-01-15
* Case-insensitive parsing of URI schemes.John MacFarlane2013-01-15
* Parsing: Improve oneOfStrings, export oneOfStringsCI.John MacFarlane2013-01-15
* Revised URI parser.John MacFarlane2013-01-15
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Removed some cruft.John MacFarlane2013-01-14
* Parsing: Fixed uri -- escape unicode URLs.John MacFarlane2013-01-14
* Added Ext_implicit_figures.John MacFarlane2013-01-14
* Parsing: Simplified and improved singleQuoteStart.John MacFarlane2013-01-14
* RST writer: Fixes bug with links with duplicate text.John MacFarlane2013-01-13
* RST writer: Properly handle images with no alt text.John MacFarlane2013-01-13
* Markdown reader: Support RST-style line blocks.John MacFarlane2013-01-13
* Moved lineBlockLines to Parsing.John MacFarlane2013-01-13
* RST reader: Refactored line block parser.John MacFarlane2013-01-13
* RST writer: Allow soft breaks w continuations in line blocks.John MacFarlane2013-01-13
* RST reader: Line block improvements.John MacFarlane2013-01-13
* Use line block in RST writer when a paragraph contains linebreaks.John MacFarlane2013-01-13
* Markdown writer: Support Ext_auto_identifiers and Ext_header_attributes.John MacFarlane2013-01-12
* HTML reader: Added html5 tags to list of block-level tags.John MacFarlane2013-01-12
* Escape `|` as `\vert` in LaTeX math.John MacFarlane2013-01-12
* Changed hspace in last commit to 0.333em.John MacFarlane2013-01-11
* LaTeX writer: Use `\hspace*` for nonbreaking space after line break.John MacFarlane2013-01-11
* Revised EPUB writer given changes in header attributes.John MacFarlane2013-01-11
* EPUB writer: Download images at URLs.John MacFarlane2013-01-11
* Refactoring:John MacFarlane2013-01-11
* ODT, Docx writers: Properly handle URL refs for images.John MacFarlane2013-01-11
* ImageSize: Remove no longer exported readImageSize.John MacFarlane2013-01-11
* Improvements to docx writer.John MacFarlane2013-01-11
* Docx writer: Preliminary improvements.John MacFarlane2013-01-11
* ImageSize: Use strict, not lazy bytestrings.John MacFarlane2013-01-11
* Move getItem from SelfContained to Share; export getItem.John MacFarlane2013-01-11
* Options: Added githubMarkdownExtensions.John MacFarlane2013-01-11
* Added markdown_phpextra as writer option.John MacFarlane2013-01-10
* Options: Added phpMarkdownExtraExtensions.John MacFarlane2013-01-10
* Implemented Ext_header_attributes.John MacFarlane2013-01-10
* Ext_header_identifiers -> Ext_auto_identifiers.John MacFarlane2013-01-10