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
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
2013-01-06
Don't put the text of an autolink in Code font.
John MacFarlane
1
-2
/
+2
2013-01-05
Implemented --toc-depth for markdown writer.
John MacFarlane
1
-7
/
+7
2012-09-25
Make --id-prefix affect footnote IDs in markdown writer.
John MacFarlane
1
-4
/
+4
2012-09-15
Markdown writer: Made sensitive to Ext_hard_line_breaks.
John MacFarlane
1
-4
/
+8
2012-08-21
Implemented Ext_backtick_code_blocks.
John MacFarlane
1
-6
/
+14
2012-08-21
Added Ext_fenced_code_attributes.
John MacFarlane
1
-2
/
+4
2012-08-21
Changed nomenclature, delimited -> fenced code blocks.
John MacFarlane
1
-3
/
+3
2012-08-12
Implemented Ext_mmd_title_block in markdown reader & writer.
John MacFarlane
1
-6
/
+29
2012-08-11
Implemented tex_math extensions in markdown writer.
John MacFarlane
1
-4
/
+18
2012-08-11
Implemented Ext_markdown_attribute in markdown writer.
John MacFarlane
1
-2
/
+19
2012-08-08
Changes to literate haskell options.
John MacFarlane
1
-6
/
+3
2012-08-05
Markdown writer: Tables now sensitive to table extension options.
John MacFarlane
1
-21
/
+42
2012-08-05
Started making markdown table writer sensitive to options.
John MacFarlane
1
-32
/
+49
[next]