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
2016-02-20
Merge pull request #2668 from monofon/fix/yaml-metadata-block-bottom-line
John MacFarlane
1
-1
/
+1
2016-01-22
Changed type of Shared.uniqueIdent argument from [String] to Set String.
John MacFarlane
1
-3
/
+4
2016-01-21
Markdown writer: Use hyphens for yaml metadata block bottom line
Henrik Tramberend
1
-1
/
+1
2016-01-05
RST, Markdown writers: Fixed rendering of grid tables with blank rows.
John MacFarlane
1
-1
/
+1
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-13
/
+31
2015-11-24
Markdown writer: use raw HTML for link/image attributes when
John MacFarlane
1
-2
/
+12
2015-11-23
Define a `meta-json` variable for all writers.
John MacFarlane
1
-1
/
+2
2015-11-19
Renamed link attribute extensions.
John MacFarlane
1
-1
/
+1
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-21
/
+30
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-10-15
Use unicode super/subscripts for digits in plain output.
John MacFarlane
1
-3
/
+14
2015-09-17
Markdown writer: in TOC, add links to headers.
John MacFarlane
1
-2
/
+5
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-22
/
+27
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-4
/
+8
2015-06-27
Removed unused import.
John MacFarlane
1
-1
/
+0
2015-06-27
Plain writer: don't use symbols for super/subscript.
John MacFarlane
1
-14
/
+10
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
2015-04-18
Markdown writer: improved escaping.
John MacFarlane
1
-2
/
+3
2015-03-19
Markdown writer: fixes for GHC 7.10.
John MacFarlane
1
-3
/
+3
2015-03-15
Merge pull request #1989 from zudov/shortcut_ref_link_pr
John MacFarlane
1
-29
/
+55
2015-03-10
Support shortcut reference links in markdown writer
Konstantin Zudov
1
-29
/
+55
2015-03-07
Fixed pipe tables -- headerless tables are not allowed.
John MacFarlane
1
-1
/
+6
2015-02-25
Markdown writer: don't emit span tags if plain or raw HTML disabled.
John MacFarlane
1
-5
/
+8
2015-02-25
Define isRight since it's only in recent versions of Data.Either.
John MacFarlane
1
-1
/
+4
2015-02-25
Markdown writer: Avoid introducing spurious list items through wrapping.
John MacFarlane
1
-12
/
+41
2015-01-05
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...
Mark Wright
1
-6
/
+6
2014-08-16
Markdown writer: don't escape $, ^, ~ when extensions are deactivated.
John MacFarlane
1
-5
/
+16
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
[next]