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-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
2016-06-07
Docbook writer: Declare xlink namespace in Docbook5 output
Ivo Clarysse
1
-1
/
+1
2016-05-31
brazilian -> brazil for polyglossia.
John MacFarlane
1
-1
/
+3
2016-05-23
Org writer: add drawer capability
Carlos Sosa
1
-0
/
+11
2016-05-22
Org reader/writer: use CUSTOM_ID in properties
Albert Krewinkel
1
-2
/
+2
2016-05-20
Org writer: add :PROPERTIES: drawer support
Albert Krewinkel
1
-2
/
+21
2016-05-17
LaTeX writer: Don't escape underscore in labels.
John MacFarlane
1
-1
/
+1
2016-05-11
Retake on strut with \minipage inside tables
Jose Luis Duran
1
-2
/
+2
2016-05-09
Avoid lazy foldl in LaTeX writer.
John MacFarlane
1
-4
/
+5
2016-05-09
Org writer: print empty table rows
Albert Krewinkel
1
-1
/
+1
[prev]
[next]