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-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
2012-08-02
Don't use escaped line breaks in plain output.
John MacFarlane
1
-1
/
+3
2012-08-02
Made markdown writer sensitive to Ext_subscript/superscript/strikeout.
John MacFarlane
1
-3
/
+9
2012-08-02
Made markdown writer sensitive to Ext_definition_lists.
John MacFarlane
1
-8
/
+13
2012-08-02
Made markdown writer sensitive to Ext_startnum, Ext_fancy_lists.
John MacFarlane
1
-1
/
+5
2012-08-02
Made markdown reader sensitive to Ext_raw_tex.
John MacFarlane
1
-2
/
+3
2012-08-02
Made markdown writer sensitive to Ext_table_captions.
John MacFarlane
1
-1
/
+1
2012-08-02
Made markdown writer sensitive to Ext_pandoc_title_blocks.
John MacFarlane
1
-1
/
+2
2012-08-02
Made markdown writer sensitive to Ext_footnotes.
John MacFarlane
1
-4
/
+10
2012-07-27
Replaced writerStrict with writerExtensions in WriterOptions.
John MacFarlane
1
-16
/
+20
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
1
-0
/
+1
2012-07-26
Fixed whitespace errors.
John MacFarlane
1
-20
/
+20
2012-07-20
Use Parser as type synonym for Parsec.
John MacFarlane
1
-1
/
+1
2012-07-20
Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.
John MacFarlane
1
-2
/
+1
2012-07-20
Use Text.Parsec instead of Text.ParserCombinators.Parsec.
John MacFarlane
1
-2
/
+2
2012-05-19
Markdown Use a nonzero space to prevent false recognition of list marker.
John MacFarlane
1
-1
/
+1
2012-05-16
Markdown writer: Improved definition lists.
John MacFarlane
1
-2
/
+2
2012-04-15
Mardkown writer: escape < and $.
John MacFarlane
1
-1
/
+1
2012-04-11
Markdown writer: don't force delimited code blocks to be flush left.
John MacFarlane
1
-1
/
+1
2012-04-03
Markdown writer: don't replace empty alt in image with "image".
John MacFarlane
1
-3
/
+3
2012-02-08
Don't wrap headers in markdown or rst.
John MacFarlane
1
-1
/
+2
2012-01-31
Don't let autolinks create reference links.
John MacFarlane
1
-1
/
+1
2012-01-27
Finished implementing --atx-headers in markdown writer.
John MacFarlane
1
-2
/
+5
2011-12-27
Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.
John MacFarlane
1
-4
/
+0
2011-12-02
Shared: Removed unescapeURI, modified escapeURI.
John MacFarlane
1
-2
/
+1
2011-11-24
Markdown writer: Use setext headers for levels 1-2.
John MacFarlane
1
-11
/
+9
2011-06-06
Markdown writer: Insert HTML comment btw list and indented code block.
John MacFarlane
1
-1
/
+13
2011-01-26
Add support for attributes in inline Code.
John MacFarlane
1
-20
/
+28
2011-01-26
Adjusted writers to use "tex".
John MacFarlane
1
-2
/
+3
2011-01-26
Bumped version to 1.8; depend on pandoc-types 1.8.
John MacFarlane
1
-9
/
+11
[next]