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-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
2013-03-17
Revert "LaTeX reader: citation handling changes."
John MacFarlane
1
-2
/
+1
2013-03-11
Fixed spacing bugs involving code block attributes.
John MacFarlane
1
-1
/
+1
2013-03-09
LaTeX reader: citation handling changes.
John MacFarlane
1
-1
/
+2
2013-03-07
Markdown writer: Render citations as pandoc-markdown citations.
John MacFarlane
1
-1
/
+1
2013-02-28
Markdown writer: Use grid tables when needed, and if enabled.
John MacFarlane
1
-1
/
+31
2013-02-06
Revert "Citation changes."
John MacFarlane
1
-3
/
+1
2013-02-03
Citation changes.
John MacFarlane
1
-1
/
+3
2013-01-28
Markdown writer: Set title, author, date variables as before.
John MacFarlane
1
-0
/
+3
2013-01-26
Markdown writer: Use autolink when link text matches url.
John MacFarlane
1
-3
/
+3
2013-01-16
Implemented Ext_mmd_header_identifiers in markdown writer.
John MacFarlane
1
-0
/
+2
2013-01-15
Use 'fig:' instead of '\SOH' in title to indicate figure.
John MacFarlane
1
-2
/
+2
2013-01-14
Implemented Ext_implicit_figures.
John MacFarlane
1
-0
/
+3
2013-01-12
Markdown writer: Support Ext_auto_identifiers and Ext_header_attributes.
John MacFarlane
1
-13
/
+23
2013-01-09
Added Attr field to Header.
John MacFarlane
1
-1
/
+1
[next]