index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-09
removed mmd raw_tex in src/Text/Pandoc/Options.hs
KolenCheung
1
-1
/
+3
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
MediaWiki writer: transform filename with underscores in images.
John MacFarlane
1
-1
/
+1
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-10-02
Moved template compiling/rendering code to a separate library.
John MacFarlane
1
-259
/
+8
2016-09-28
Markdown reader: added bracket syntax for native spans.
John MacFarlane
2
-0
/
+10
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-03
Remove http-client CPP conditionals.
Jesse Rosenthal
1
-10
/
+1
2016-09-03
Remove blaze-html CPP conditional.
Jesse Rosenthal
1
-5
/
+1
2016-09-03
Add EOL note to time compat module.
Jesse Rosenthal
1
-0
/
+12
2016-09-02
Remove TagSoup compat
Jesse Rosenthal
5
-25
/
+10
2016-09-02
Remove unnecessary CPP condition in UTF8
Jesse Rosenthal
1
-7
/
+2
2016-09-02
Actually remove T/P/Compat/Except.
Jesse Rosenthal
1
-37
/
+0
2016-09-02
Remove directory compat
Jesse Rosenthal
2
-22
/
+1
2016-09-02
Remove Text.Pandoc.Compat.Except
Jesse Rosenthal
7
-15
/
+6
2016-09-02
Fix grouping of imports.
Jesse Rosenthal
7
-7
/
+8
2016-09-02
Remove an inline monad compatibility macro.
Jesse Rosenthal
1
-12
/
+0
2016-09-02
Remove Compat.Monoid
Jesse Rosenthal
22
-38
/
+21
2016-09-02
PDF: Don't crash with nonexistent image.
John MacFarlane
1
-1
/
+2
2016-09-02
Merge pull request #3091 from wilx/master-narrow-no-break-space
John MacFarlane
1
-0
/
+1
2016-08-30
Org reader: respect unnumbered header property
Albert Krewinkel
1
-2
/
+10
2016-08-29
Docx reader: make all compilers happy with traversable.
Jesse Rosenthal
1
-1
/
+3
2016-08-29
Docx reader: Import traverse for ghc 7.8
Jesse Rosenthal
1
-0
/
+1
2016-08-29
Docx reader: clean up function with `traverse`
Jesse Rosenthal
1
-6
/
+1
2016-08-29
Merge branch 'org-meta-handling'
Albert Krewinkel
4
-69
/
+195
2016-08-29
Org reader: respect `creator` export option
Albert Krewinkel
3
-5
/
+8
2016-08-29
Org reader: respect `email` export option
Albert Krewinkel
3
-5
/
+7
2016-08-29
Org reader: respect `author` export option
Albert Krewinkel
4
-4
/
+23
2016-08-29
Org reader: read HTML_head as header-includes
Albert Krewinkel
1
-0
/
+2
2016-08-29
Org reader: set classoption meta from LaTeX_class_options
Albert Krewinkel
1
-1
/
+8
2016-08-29
Org reader: set documentclass meta from LaTeX_class
Albert Krewinkel
1
-0
/
+1
2016-08-29
Org reader: read LaTeX_header as header-includes
Albert Krewinkel
1
-9
/
+31
2016-08-29
Org reader: give precedence to later meta lines
Albert Krewinkel
1
-1
/
+1
2016-08-29
Org reader: allow multiple, comma-separated authors
Albert Krewinkel
1
-1
/
+9
2016-08-29
Org reader: read markup only for special meta keys
Albert Krewinkel
1
-5
/
+20
[next]