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
/
RST.hs
Age
Commit message (
Expand
)
Author
Files
Lines
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
-1
/
+9
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-20
/
+48
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-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-1
/
+0
2015-10-12
RST writer: do header normalization only in "standalone" mode.
John MacFarlane
1
-8
/
+5
2015-10-12
Revert "RST writer: tweaks to header normalization."
John MacFarlane
1
-22
/
+4
2015-10-12
RST writer: tweaks to header normalization.
John MacFarlane
1
-4
/
+22
2015-09-19
[RST Writer] Don't normalize heading levels below input minimum
Nikolay Yakimov
1
-1
/
+7
2015-08-13
RST writer: ensure that `\ ` is inserted when needed...
John MacFarlane
1
-0
/
+2
2015-08-12
RST writer: Don't insert `\ ` when complex expression in matched pairs.
John MacFarlane
1
-3
/
+4
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-4
/
+4
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-17
/
+45
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
2015-04-16
RST Writer: treat headings in block quotes, etc as rubrics
Nikolay Yakimov
1
-7
/
+29
2015-04-13
RST Writer: Normalize headings to sequential levels
Nikolay Yakimov
1
-1
/
+8
2015-04-12
Fixed toc depth in RST writer.
John MacFarlane
1
-1
/
+1
2015-04-07
RST writer: better handling of raw latex inline.
John MacFarlane
1
-6
/
+12
2015-01-05
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...
Mark Wright
1
-3
/
+3
2014-11-25
Reverted "omit blank lines after list items," better fix for #1777.
John MacFarlane
1
-6
/
+6
2014-11-25
RST writer: Omit blank lines after list items.
John MacFarlane
1
-3
/
+3
2014-11-25
RST writer: Ensure blank line after figure.
John MacFarlane
1
-1
/
+1
2014-11-19
Fixed double-rendering of footnotes in RST tables.
John MacFarlane
1
-3
/
+2
2014-09-30
RST writer: Wrap line blocks with spaces before continuations.
John MacFarlane
1
-1
/
+1
2014-09-29
Don't wrap lines in rST line blocks.
John MacFarlane
1
-1
/
+1
2014-08-04
Use `stripPrefix` where appropriate.
Artyom Kazak
1
-2
/
+3
2014-07-12
Removed space at ends of lines in source.
John MacFarlane
1
-1
/
+1
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+2
2014-03-14
RST writer: Avoid stack overflow with certain tables.
John MacFarlane
1
-2
/
+6
2014-01-02
RST writer: Ensure no blank line after def in definition list.
John MacFarlane
1
-1
/
+1
2013-10-16
Use isURI instead of isAbsoluteURI.
John MacFarlane
1
-2
/
+2
2013-10-11
RST writer: Skip spaces after display math.
John MacFarlane
1
-2
/
+8
2013-08-18
Adjusted writers and tests for change in parsing of div/span.
John MacFarlane
1
-1
/
+5
2013-08-14
Updated for removed unMeta, unFormat in pandoc-types.
John MacFarlane
1
-2
/
+2
2013-08-10
Adjustments for new Format newtype.
John MacFarlane
1
-6
/
+9
2013-08-08
Preliminary support for new Div and Span elements in writers.
John MacFarlane
1
-0
/
+2
2013-07-01
Created Text.Pandoc.Writers.Shared, improved metaToJSON.
John MacFarlane
1
-4
/
+5
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
-6
/
+6
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-25
/
+37
2013-04-14
Markdown/RST writers: Only autolink absolute URIs.
John MacFarlane
1
-3
/
+5
2013-03-06
Support :number-lines: in RST code output.
John MacFarlane
1
-2
/
+6
2013-01-26
RST writer: Use `.. code:: language` for code blocks with language.
John MacFarlane
1
-1
/
+6
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
-1
/
+2
2013-01-13
RST writer: Fixes bug with links with duplicate text.
John MacFarlane
1
-6
/
+10
2013-01-13
RST writer: Properly handle images with no alt text.
John MacFarlane
1
-6
/
+7
2013-01-13
RST writer: Allow soft breaks w continuations in line blocks.
John MacFarlane
1
-1
/
+1
2013-01-13
Use line block in RST writer when a paragraph contains linebreaks.
John MacFarlane
1
-4
/
+8
[next]