summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
Commit message (Expand)AuthorAge
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* Markdown writer: don't escape $, ^, ~ when extensions are deactivated.John MacFarlane2014-08-16
* Plain writer: Use ALL CAPS for level 1 headers.John MacFarlane2014-08-08
* Markdown writer: Respect -raw_html.John MacFarlane2014-08-08
* Use `stripPrefix` where appropriate.Artyom Kazak2014-08-04
* Correctly implement capitalisation.Artyom Kazak2014-08-03
* Markdown writer: Separate adjacent lists of the same kind with comment.John MacFarlane2014-07-27
* Markdown writer: More improvements to 'plain' output, updated tests.John MacFarlane2014-07-27
* Markdown writer: Better 'plain' output.John MacFarlane2014-07-27
* Markdown writer: Update definition lists.John MacFarlane2014-07-27
* Markdown writer: Avoid wrapping that might start a list.John MacFarlane2014-07-21
* Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering2014-07-19
* Markdown writer: Use span with style for SmallCaps. (#1360)John MacFarlane2014-07-13
* Markdown writer: use Span instead of (hackish) SmallCaps in plainify.John MacFarlane2014-07-13
* Use renderTags' for all tag rendering.John MacFarlane2014-07-13
* Markdown writer: don't use braced attributes for fenced code.John MacFarlane2014-07-11
* Markdown writer: Prettier pipe tables.John MacFarlane2014-06-03
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Markdown writer: Use proper escapes to avoid unwanted lists.John MacFarlane2014-04-24
* Markdown writer: Use longer backtick fences if needed.John MacFarlane2014-03-30
* HLint: use `elem` and `notElem`Henry de Valence2013-12-19
* Don't use tilde code blocks with braced attributes in gfm output.John MacFarlane2013-12-09
* Markdown writer: Fix rendering of tight sublists.John MacFarlane2013-11-30
* Don't print `<span>` tags in 'plain' output.John MacFarlane2013-11-06
* TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane2013-11-01
* Use isURI instead of isAbsoluteURI.John MacFarlane2013-10-16
* Markdown reader: small code improvement.John MacFarlane2013-09-19
* Markdown writer: Print references if output is 'plain'.John MacFarlane2013-09-12
* Markdown writer: Fixed bugs in YAML header output.John MacFarlane2013-09-06
* Create Cite element even if no matching reference in the biblio.John MacFarlane2013-08-20
* Adjusted writers and tests for change in parsing of div/span.John MacFarlane2013-08-18
* Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`.John MacFarlane2013-07-02
* Markdown writer: Changed condition for rendering title block.John MacFarlane2013-07-02
* Write full metadata in MMD style title blocks.John MacFarlane2013-07-02
* Markdown writer: Commas are okay in plain yaml scalars.John MacFarlane2013-07-01
* Markdown writer: Render yaml title block fields in alpha order.John MacFarlane2013-07-01
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Improvements to yaml title block writer.John MacFarlane2013-07-01
* Revert "Markdown writer: Don't include variables in metadata."John MacFarlane2013-07-01
* Markdown writer: Don't include variables in metadata.John MacFarlane2013-07-01
* Markdown writer: Support yaml title block.John MacFarlane2013-06-30
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* Use new flexible metadata type.John MacFarlane2013-06-24
* Markdown writer: Don't wrap attributes in fenced code blocks.John MacFarlane2013-06-11
* Markdown/RST writers: Only autolink absolute URIs.John MacFarlane2013-04-14
* Markdown writer: Put multiple authors on separate lines in titleblock.John MacFarlane2013-04-08
* Allow simple tables to be printed as grid tables.John MacFarlane2013-03-28