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
2020-03-28
Simplify fixAuthors (#6223)
Joseph C. Sible
1
-6
/
+1
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
35
-41
/
+43
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
58
-113
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
42
-44
/
+44
2020-03-13
Jira reader: support colored inline text, indented lists
Albert Krewinkel
1
-0
/
+2
2020-03-05
Fix parsing of `\'` in man/ms readers.
John MacFarlane
1
-1
/
+1
2020-03-05
Fix parsing of `\.` in man/ms readers.
John MacFarlane
1
-1
/
+1
2020-02-21
Fix table alignment when heading begins with t.
John MacFarlane
1
-1
/
+1
2020-02-17
Revert "Allow specifying string value in metadata using `!!literal` tag."
John MacFarlane
1
-6
/
+4
2020-02-17
Allow specifying string value in metadata using `!!literal` tag.
John MacFarlane
1
-4
/
+6
2020-02-13
A bit more cleanup (#6141)
Joseph C. Sible
2
-27
/
+25
2020-02-13
Add highlight directive to the rST reader (#6140)
Lucas Escot
1
-4
/
+11
2020-02-12
LaTeX reader: improve caption and label parsing.
John MacFarlane
2
-23
/
+36
2020-02-12
HTML reader: don't parse `data-id` as `id` attribute.
John MacFarlane
1
-1
/
+9
2020-02-11
LaTeX reader: resolve `\ref` to table numbers.
John MacFarlane
2
-25
/
+43
2020-02-08
Org reader: simplify parsing of sub- and superscripts
Albert Krewinkel
1
-11
/
+11
2020-02-08
Use <$> instead of >>= and return (#6128)
Joseph C. Sible
1
-1
/
+1
2020-02-08
Clean up after "hlint --refactor" (#6129)
Joseph C. Sible
1
-2
/
+2
2020-02-08
More cleanup (#6130)
Joseph C. Sible
1
-1
/
+1
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
13
-43
/
+35
2020-02-07
Resolve HLint warnings
Albert Krewinkel
14
-43
/
+32
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
9
-32
/
+31
2020-02-06
Use traverse instead of reimplementing it (#6124)
Joseph C. Sible
1
-3
/
+1
2020-02-05
Simplify an overcomplicated filtering function (#6115)
Joseph C. Sible
1
-1
/
+1
2020-02-05
LaTeX reader: skip comments in more places where this is needed.
John MacFarlane
2
-19
/
+21
2020-02-04
Remove our bool function (#6116)
Joseph C. Sible
2
-9
/
+1
2020-02-03
Allow & in LaTeX citation keys.
John MacFarlane
1
-1
/
+1
2020-02-03
Swap suboptimal uses of maybe and fromMaybe (#6111)
Joseph C. Sible
2
-3
/
+3
2020-02-03
Clean up a confusing triple negative (#6102)
Joseph C. Sible
1
-5
/
+5
2020-02-01
Text.Pandoc.Readers.CSV - reuse CSV parser from Text.Pandoc.CSV.
John MacFarlane
1
-65
/
+5
2020-01-31
csv reader: allow empty cells.
John MacFarlane
1
-7
/
+5
2020-01-31
Add Text.Pandoc.Readers.CSV (readCSV).
John MacFarlane
1
-0
/
+108
2020-01-28
Added a try that was needed for the commit fc78be1.
John MacFarlane
1
-1
/
+1
2020-01-10
LaTeX reader: allow beamer overlays for all commands in all raw tex.
John MacFarlane
1
-10
/
+10
2020-01-08
LaTeX reader: improve parsing of raw environments.
John MacFarlane
1
-1
/
+1
2019-12-27
Fix parsing bug affected indented code after raw HTML.
John MacFarlane
1
-8
/
+10
2019-12-27
Add a needed try.
John MacFarlane
1
-2
/
+3
2019-12-19
Org reader: report errors properly
Albert Krewinkel
1
-2
/
+1
2019-12-19
Org reader: fix parsing problem for colons in headline
Albert Krewinkel
2
-11
/
+27
2019-12-18
Org reader: wrap named table in div, using name as id
Albert Krewinkel
1
-12
/
+10
2019-12-17
Add jira reader (#5913)
Albert Krewinkel
1
-0
/
+173
2019-12-17
HTML reader: Add "nav" to list of block-level tags.
John MacFarlane
1
-1
/
+2
2019-12-13
Org reader: add table labels to caption if both are present
Albert Krewinkel
1
-3
/
+11
2019-12-05
Avoid deprecation warning for minimumDef using CPP.
John MacFarlane
1
-1
/
+6
2019-11-24
Add unexported Text.Pandoc.Readers.Metadata.
John MacFarlane
2
-104
/
+161
2019-11-21
LaTeX reader: parse \micro siunitx unit command (#5921)
Jose Luis Duran
1
-0
/
+1
2019-11-20
Fix typos (#5919)
Brian Wignall
1
-1
/
+1
2019-11-18
DokuWiki reader: parse markup inside monospace ('') (#5917)
Alexander Krotov
1
-2
/
+2
2019-11-15
LaTeX Reader: Add KOMA-Script metadata commands (#5910)
Andrew Dunning
1
-1
/
+8
2019-11-14
Markdown reader: use take1WhileP for table row.
John MacFarlane
1
-1
/
+1
[next]