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
2017-01-25
Remove now-unnecessary lifts in Markdown writer.
John MacFarlane
1
-9
/
+6
2017-01-25
Refactored math conversion in writers.
John MacFarlane
1
-9
/
+13
2017-01-25
Unify Errors.
Jesse Rosenthal
1
-1
/
+2
2017-01-25
Implement Errors in PandocMonad
Jesse Rosenthal
1
-9
/
+10
2017-01-25
Convert all writers to use PandocMonad.
Jesse Rosenthal
1
-41
/
+48
2017-01-25
Adds support for pagebreaks (when it makes sense)
Hubert Plociniczak
1
-1
/
+2
2016-12-11
Fix display math with --webtex in markdown output.
John MacFarlane
1
-9
/
+13
2016-12-04
Markdown writer: Fixed incorrect word wrapping.
John MacFarlane
1
-1
/
+1
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
1
-14
/
+14
2016-11-19
Fix for calculation of column widths for aligned multiline tables
Björn Peemöller
1
-8
/
+20
2016-11-18
Markdown writer: Use bracketed form for native spans...
John MacFarlane
1
-4
/
+11
2016-11-15
Adjust widths in Markdown grid tables so that they match on round-trip.
John MacFarlane
1
-1
/
+1
2016-11-15
Allow alignments to be specified in Markdown grid tables.
John MacFarlane
1
-9
/
+29
2016-11-15
Markdown writer: fixed inconsistent spacing issue.
John MacFarlane
1
-12
/
+20
2016-11-12
Markdown writer: Fix escaping of spaces in super/subscript.
John MacFarlane
1
-37
/
+39
2016-10-13
Markdown writer: Abstract out note/ref function.
Jesse Rosenthal
1
-28
/
+22
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
1
-1
/
+7
2016-10-11
Markdown writer: Allow footnotes/refs at the end of blocks, sections
Jesse Rosenthal
1
-21
/
+64
2016-10-11
Add ReaderT monad for environment variables.
Jesse Rosenthal
1
-64
/
+78
2016-10-10
More checks for Ext_raw_html when rendering HTML in Markdown.
John MacFarlane
1
-5
/
+9
2016-06-24
Make --webtex work with the Markdown writer.
John MacFarlane
1
-12
/
+17
2016-06-23
Markdown writer: use raw HTML for simple, pipe tables with linebreaks.
John MacFarlane
1
-1
/
+5
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
[next]