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
Age
Commit message (
Expand
)
Author
Files
Lines
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-10-05
Docx writer: Move one more env var to Reader monad
Jesse Rosenthal
1
-6
/
+5
2016-10-05
Docx writer: code legibility fixups.
Jesse Rosenthal
1
-5
/
+6
2016-10-04
Docx writer: Clean up and streamline RTL behavior
Jesse Rosenthal
1
-71
/
+77
2016-10-04
Docx writer: move a couple more vars to ReaderT
Jesse Rosenthal
1
-21
/
+29
2016-10-03
Clean up commented-out code
Jesse Rosenthal
1
-12
/
+0
2016-10-03
Remove bool on setRTL.
Jesse Rosenthal
1
-17
/
+13
2016-10-03
Filter text/para props correctly.
Jesse Rosenthal
1
-2
/
+2
2016-10-03
Add a boolean flag to the setRTL function.
Jesse Rosenthal
1
-5
/
+5
2016-10-03
Test for "dir" metadata.
Jesse Rosenthal
1
-2
/
+7
2016-10-03
Add setRTL and setLTR functions.
Jesse Rosenthal
1
-8
/
+41
2016-10-03
Move more enviroment vars to Reader Monad.
Jesse Rosenthal
1
-62
/
+52
2016-10-03
Add ReaderT env to the docx writer:
Jesse Rosenthal
1
-8
/
+17
2016-10-02
EPUB writer: use stringify instead of plain writer for metadata.
John MacFarlane
1
-6
/
+4
2016-10-02
AsciiDoc writer: avoid unnecessary use of "unconstrained" emphasis.
John MacFarlane
1
-7
/
+17
2016-09-28
Merge pull request #3093 from wilx/master-figure-placement
John MacFarlane
1
-1
/
+1
2016-09-20
LaTeX writer: change braced backtick to \textasciigrave{}
Jesse Rosenthal
1
-1
/
+1
2016-09-19
LaTeX writer: enclose backtick in `{}` in verbatim
Jesse Rosenthal
1
-0
/
+1
2016-09-06
DocBook writer: include an anchor element when a div or span has an id.
John MacFarlane
1
-2
/
+9
2016-09-02
Remove Compat.Monoid
Jesse Rosenthal
2
-2
/
+2
2016-08-29
LaTeX: Do not set [htbp] figure placement options.
Vaclav Zeman
1
-1
/
+1
2016-08-27
Translate NARROW NO-BREAK SPACE into LaTeX.
Vaclav Zeman
1
-0
/
+1
2016-08-27
Man writer: allow section numbers that are not a single digit.
John MacFarlane
1
-5
/
+5
2016-08-20
Org writer: translate language identifiers
Albert Krewinkel
1
-5
/
+23
2016-08-18
Org writer: ensure link targets are paths or URLs
Albert Krewinkel
1
-5
/
+23
2016-08-18
Org writer: ensure blank line after figure
Albert Krewinkel
1
-1
/
+1
2016-08-18
Org writer: remove blank line after figure caption
Albert Krewinkel
1
-3
/
+2
2016-08-15
Docx Writer: change dynamic style key
Jesse Rosenthal
1
-1
/
+1
2016-08-15
Docx writer: Inject text properties as well.
Jesse Rosenthal
1
-3
/
+20
2016-08-15
Docx Writer: Keep track of dynamic text props too.
Jesse Rosenthal
1
-0
/
+3
2016-08-15
Docx writer: Allow dynamic styles on spans.
Jesse Rosenthal
1
-1
/
+5
2016-08-15
Docx writer: Inject new paragraph properties
Jesse Rosenthal
1
-4
/
+23
2016-08-15
Docx Writer: Have state keep track of dynamic styles.
Jesse Rosenthal
1
-2
/
+6
2016-08-13
Docx Writer: Implement user-defined styles.
Jesse Rosenthal
1
-0
/
+6
2016-08-06
LaTeX writer: don't use * for unnumbered paragraph, subparagraph.
John MacFarlane
1
-2
/
+2
2016-07-14
Fixed compiler warnings.
John MacFarlane
2
-2
/
+1
2016-07-14
Docx Writer: Use actual creation time as doc prop
Jesse Rosenthal
1
-4
/
+3
2016-07-05
Org writer: improve Div handling
Albert Krewinkel
1
-7
/
+41
2016-07-03
Allow 'standout' as a beamer frame option.
John MacFarlane
1
-1
/
+1
2016-07-01
LaTeX writer: don't URI-escape image source.
John MacFarlane
1
-1
/
+1
2016-07-01
ZimWiki writer: removed commented out code that confused Haddock.
John MacFarlane
1
-8
/
+8
2016-06-30
Added Zim Wiki writer, template and tests.
Alex Ivkin
1
-0
/
+361
2016-07-01
Docx writer: set paragraph to FirstPara after display math
Jesse Rosenthal
1
-0
/
+1
2016-07-01
Writers: treat SoftBreak as space for stripping
Jesse Rosenthal
1
-0
/
+1
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-06-22
HTML writer: Better support for raw LaTeX environments.
John MacFarlane
1
-12
/
+41
2016-06-13
Org writer: support arbitrary raw inlines
Albert Krewinkel
1
-3
/
+4
[next]