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-28
Org reader: Fix cite parsing behaviour
Herwig Stuetz
1
-2
/
+10
2017-05-28
Parsing: `many1Till`: Check for the end condition before parsing
Herwig Stuetz
3
-5
/
+5
2017-05-28
RST reader: use anyLineNewline in rawListItem (#3702)
Alexander Krotov
1
-2
/
+2
2017-05-27
Markdown writer: changes to `--reference-links`.
John MacFarlane
1
-2
/
+6
2017-05-27
Org reader: subject full doc tree to headline transformations
Albert Krewinkel
2
-6
/
+37
2017-05-25
Added `spaced_reference_links` extension.
John MacFarlane
1
-3
/
+5
2017-05-25
Markdown reader: warn for notes defined but not used.
John MacFarlane
1
-6
/
+14
2017-05-25
MediaWiki reader: don't do curly quotes inside `<tt>` contexts.
John MacFarlane
1
-1
/
+10
2017-05-25
MediaWiki reader: Make smart double quotes depend on `smart` extension.
John MacFarlane
1
-1
/
+3
2017-05-24
Markdown reader: fixed smart quotes after emphasis.
John MacFarlane
1
-5
/
+6
2017-05-24
LaTeX reader: Fixed failures on \ref{}, \label{} with `+raw_tex`.
John MacFarlane
1
-6
/
+9
2017-05-24
Parsing: Provide parseFromString'.
John MacFarlane
6
-61
/
+63
2017-05-24
LaTeX reader: parse tikzpicture as raw verbatim environment...
John MacFarlane
1
-0
/
+14
2017-05-24
HTML reader: Add `details` tag to list of block tags.
John MacFarlane
1
-1
/
+2
2017-05-23
Add suggestions of @jgm: parse bracketed stuff as inlines
Marc Schreiber
1
-3
/
+9
2017-05-23
RST reader: reformatting (code line length).
John MacFarlane
1
-23
/
+47
2017-05-23
RST Reader: parse list table directive (#3688)
keiichiro shikano
1
-1
/
+28
2017-05-23
Shared: Provide custom isURI that rejects unknown schemes [isURI]
Albert Krewinkel
1
-1
/
+0
2017-05-22
Move indentWith to Text.Pandoc.Parsing (#3687)
Alexander Krotov
4
-21
/
+1
2017-05-21
Finished implemtation of `--resource-path`.
John MacFarlane
1
-2
/
+2
2017-05-20
RST reader: make use of anyLineNewline (#3686)
Alexander Krotov
1
-2
/
+1
2017-05-18
Org reader: fix smart parsing behavior
Albert Krewinkel
2
-10
/
+15
2017-05-18
Markdown: allow attributes in reference links to start on next line.
John MacFarlane
1
-1
/
+3
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
[prev]
[next]