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
/
Readers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-17
Merge pull request #3676 from labdsf/space-char
John MacFarlane
1
-1
/
+1
2017-05-17
Merge pull request #3677 from labdsf/anylinenewline
John MacFarlane
4
-8
/
+2
2017-05-17
Move anyLineNewline to Parsing.hs
Alexander Krotov
4
-8
/
+2
2017-05-17
Txt2Tags parser: newline is not indentation
Alexander Krotov
1
-1
/
+1
2017-05-16
Org reader: replace `sequence . map` with `mapM`
Albert Krewinkel
2
-3
/
+3
2017-05-16
Org reader: put tree parsing code into dedicated module
Albert Krewinkel
2
-210
/
+262
2017-05-16
Merge pull request #3671 from WUUUGI/horizont-spacing
John MacFarlane
1
-1
/
+1
2017-05-15
Textile reader: fix bug for certain links in table cells.
John MacFarlane
1
-2
/
+5
2017-05-15
Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...
Henri Werth
1
-1
/
+1
2017-05-14
Org reader: add basic file inclusion mechanism
Albert Krewinkel
3
-5
/
+43
2017-05-13
Update dates in copyright notices
Albert Krewinkel
17
-34
/
+35
2017-05-12
Replace `repeat' and `take' with `replicate' once more
Alexander Krotov
1
-1
/
+1
2017-05-11
Combine grid table parsers
Albert Krewinkel
1
-83
/
+1
2017-05-06
Markdown reader: improved parsing of indented raw HTML blocks.
John MacFarlane
1
-1
/
+7
2017-05-06
LaTeX reader: Better handling of comments inside math environments.
John MacFarlane
1
-30
/
+43
2017-05-06
Fix keyval funtion: pandoc did not parse options in braces correctly.… (#3642)
schrieveslaach
1
-1
/
+1
2017-05-06
Drop redundant import of sort
Albert Krewinkel
1
-1
/
+1
2017-05-06
Org reader: support macros
Albert Krewinkel
3
-1
/
+65
2017-05-04
\textcolor will be parse as span at the beginning of a paragraph
Marc Schreiber
1
-1
/
+1
2017-05-03
Org reader: support table.el tables
Albert Krewinkel
3
-8
/
+18
2017-05-03
\textcolor works as inline and block command
Marc Schreiber
1
-1
/
+1
2017-05-03
Add block version of \textcolor
Marc Schreiber
1
-7
/
+15
2017-05-02
Generalize tableWith, gridTableWith
Albert Krewinkel
1
-3
/
+9
2017-05-03
LaTeX reader: Add support for tabularx environment (#3632)
schrieveslaach
1
-1
/
+6
2017-05-02
Add basic \textcolor support to LaTeX reader
Marc Schreiber
1
-0
/
+8
2017-04-30
Provide shared F monad functions for Markdown and Org readers
Albert Krewinkel
3
-42
/
+11
2017-04-30
Add returnF to Text.Pandoc.Parsing
Alexander Krotov
2
-3
/
+3
2017-04-30
Org reader: Avoid creating nullMeta by applying setMeta directly
Alexander Krotov
1
-4
/
+1
2017-04-26
LaTeX reader: Add basic support for hyphenat package (#3603)
schrieveslaach
1
-1
/
+13
2017-04-26
Simplify linkText in Text.Pandoc.Readers.TWiki (#3605)
Alexander Krotov
1
-2
/
+2
2017-04-26
LaTeX reader: Add support for \vdots (#3607)
schrieveslaach
1
-0
/
+1
2017-04-24
LaTeX reader: better support for subfigure package.
John MacFarlane
1
-5
/
+11
2017-04-24
TWiki reader: remove unnecessary $ (#3597)
Alexander Krotov
1
-1
/
+1
2017-04-23
Org reader: allow multi-word arguments to src block params
Albert Krewinkel
1
-2
/
+5
2017-04-23
Org reader: stop adding rundoc prefix to src params
Albert Krewinkel
3
-39
/
+24
2017-04-23
Org reader: handle line numbering switch for src blocks
Albert Krewinkel
1
-13
/
+57
2017-04-23
HTML reader: Revise treatment of li with id attribute.
John MacFarlane
1
-2
/
+6
2017-04-22
Add siunitx Support (#3588)
schrieveslaach
1
-0
/
+17
2017-04-16
Org reader: allow emphasized text to be followed by `[`
Albert Krewinkel
1
-1
/
+1
2017-04-16
Org reader: convert markup at beginning of footnotes
Albert Krewinkel
1
-1
/
+1
2017-04-15
Docx reader: removed readDocxWithWarnings (API change).
John MacFarlane
1
-9
/
+1
2017-04-14
s/safed/saved/
Alexander Krotov
1
-1
/
+1
2017-04-06
Allow raw latex commands starting with `\start` in Markdown.
John MacFarlane
1
-1
/
+2
2017-03-29
lstinline with braces can be used (verb cannot be used with braces) (#3535)
schrieveslaach
1
-1
/
+8
2017-03-27
LaTeX reader: add support for LaTeX subfiles package.
schrieveslaach
1
-0
/
+1
2017-03-24
Revert "LaTeX reader: be more picky about beamer angle arguments."
John MacFarlane
1
-1
/
+1
2017-03-24
LaTeX reader: be more picky about beamer angle arguments.
John MacFarlane
1
-1
/
+1
2017-03-22
Markdown reader: allow latex macro definitions indented 1-3 spaces.
John MacFarlane
1
-1
/
+8
2017-03-20
Add `space_in_atx_header` extension.
John MacFarlane
1
-0
/
+1
2017-03-19
RST reader: recurse into bodies of unknown directives.
John MacFarlane
1
-1
/
+2
[prev]
[next]