index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
Markdown.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-08
Plain writer: Use ALL CAPS for level 1 headers.
John MacFarlane
1
-1
/
+4
2014-08-08
Markdown writer: Respect -raw_html.
John MacFarlane
1
-12
/
+14
2014-08-04
Use `stripPrefix` where appropriate.
Artyom Kazak
1
-2
/
+3
2014-08-03
Correctly implement capitalisation.
Artyom Kazak
1
-7
/
+3
2014-07-27
Markdown writer: Separate adjacent lists of the same kind with comment.
John MacFarlane
1
-3
/
+9
2014-07-27
Markdown writer: More improvements to 'plain' output, updated tests.
John MacFarlane
1
-21
/
+26
2014-07-27
Markdown writer: Better 'plain' output.
John MacFarlane
1
-83
/
+101
2014-07-27
Markdown writer: Update definition lists.
John MacFarlane
1
-2
/
+13
2014-07-21
Markdown writer: Avoid wrapping that might start a list.
John MacFarlane
1
-1
/
+5
2014-07-19
Renamed readTeXMath' to avoid name conflict with texmath 0.6.7
Matthew Pickering
1
-3
/
+3
2014-07-13
Markdown writer: Use span with style for SmallCaps. (#1360)
John MacFarlane
1
-1
/
+8
2014-07-13
Markdown writer: use Span instead of (hackish) SmallCaps in plainify.
John MacFarlane
1
-9
/
+10
2014-07-13
Use renderTags' for all tag rendering.
John MacFarlane
1
-2
/
+2
2014-07-11
Markdown writer: don't use braced attributes for fenced code.
John MacFarlane
1
-2
/
+2
2014-06-03
Markdown writer: Prettier pipe tables.
John MacFarlane
1
-8
/
+16
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+2
2014-04-24
Markdown writer: Use proper escapes to avoid unwanted lists.
John MacFarlane
1
-11
/
+16
2014-03-30
Markdown writer: Use longer backtick fences if needed.
John MacFarlane
1
-1
/
+5
2013-12-19
HLint: use `elem` and `notElem`
Henry de Valence
1
-5
/
+6
2013-12-09
Don't use tilde code blocks with braced attributes in gfm output.
John MacFarlane
1
-9
/
+9
2013-11-30
Markdown writer: Fix rendering of tight sublists.
John MacFarlane
1
-1
/
+8
2013-11-06
Don't print `<span>` tags in 'plain' output.
John MacFarlane
1
-1
/
+4
2013-11-01
TexMath: Export readTeXMath', which attends to display/inline.
John MacFarlane
1
-3
/
+3
2013-10-16
Use isURI instead of isAbsoluteURI.
John MacFarlane
1
-2
/
+2
2013-09-19
Markdown reader: small code improvement.
John MacFarlane
1
-5
/
+5
2013-09-12
Markdown writer: Print references if output is 'plain'.
John MacFarlane
1
-1
/
+2
2013-09-06
Markdown writer: Fixed bugs in YAML header output.
John MacFarlane
1
-3
/
+3
2013-08-20
Create Cite element even if no matching reference in the biblio.
John MacFarlane
1
-14
/
+21
2013-08-18
Adjusted writers and tests for change in parsing of div/span.
John MacFarlane
1
-5
/
+12
2013-08-10
Use walk, walkM in place of bottomUp, bottomUpM when possible.
John MacFarlane
1
-4
/
+4
2013-08-08
Preliminary support for new Div and Span elements in writers.
John MacFarlane
1
-0
/
+3
2013-07-02
Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`.
John MacFarlane
1
-4
/
+4
2013-07-02
Markdown writer: Changed condition for rendering title block.
John MacFarlane
1
-4
/
+3
2013-07-02
Write full metadata in MMD style title blocks.
John MacFarlane
1
-7
/
+23
2013-07-01
Markdown writer: Commas are okay in plain yaml scalars.
John MacFarlane
1
-1
/
+1
2013-07-01
Markdown writer: Render yaml title block fields in alpha order.
John MacFarlane
1
-2
/
+3
2013-07-01
Created Text.Pandoc.Writers.Shared, improved metaToJSON.
John MacFarlane
1
-7
/
+5
2013-07-01
Improvements to yaml title block writer.
John MacFarlane
1
-24
/
+37
2013-07-01
Revert "Markdown writer: Don't include variables in metadata."
John MacFarlane
1
-41
/
+35
2013-07-01
Markdown writer: Don't include variables in metadata.
John MacFarlane
1
-35
/
+41
2013-06-30
Markdown writer: Support yaml title block.
John MacFarlane
1
-8
/
+30
2013-06-29
Metadata changes: Variables now completely shadow metadata.
John MacFarlane
1
-2
/
+2
2013-06-27
Writers: Use defField for defaults.
John MacFarlane
1
-3
/
+3
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-21
/
+26
2013-06-11
Markdown writer: Don't wrap attributes in fenced code blocks.
John MacFarlane
1
-2
/
+2
2013-04-14
Markdown/RST writers: Only autolink absolute URIs.
John MacFarlane
1
-1
/
+3
2013-04-08
Markdown writer: Put multiple authors on separate lines in titleblock.
John MacFarlane
1
-1
/
+1
2013-03-28
Allow simple tables to be printed as grid tables.
John MacFarlane
1
-11
/
+14
2013-03-17
Markdown writer: New approach for citations.
John MacFarlane
1
-14
/
+4
2013-03-17
Markdown writer: Omit bibliography when `citations` enabled.
John MacFarlane
1
-2
/
+12
[next]