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
2018-08-15
Markdown reader: Use "tex" instead of "latex" for raw tex-ish content.
John MacFarlane
1
-7
/
+3
2018-08-14
ODT reader: deal gracefully with missing `<office:font-face-decls/>`.
John MacFarlane
1
-1
/
+1
2018-08-14
LaTeX reader: handle parameter patterns for `\def`.
John MacFarlane
2
-23
/
+50
2018-08-12
LaTeX reader: Allow `%` characters in URLs.
John MacFarlane
1
-13
/
+31
2018-08-12
Muse reader: don't allow digits after closing marker in lightweight markup
Alexander Krotov
1
-2
/
+2
2018-08-10
Avoid non-exhaustive pattern match.
John MacFarlane
1
-2
/
+4
2018-08-10
Avoid non-exhaustive pattern match.
John MacFarlane
1
-3
/
+1
2018-08-10
Avoid non-exhaustive pattern match.
John MacFarlane
1
-2
/
+3
2018-08-10
Avoid a non-exhaustive pattern match.
John MacFarlane
1
-3
/
+2
2018-08-07
Markdown reader: Properly handle boolean values in YAML metadata.
John MacFarlane
1
-1
/
+12
2018-08-06
Fix parsing of embedded mappings in YAML metadata.
John MacFarlane
1
-24
/
+22
2018-08-05
RST reader: improve parsing of inline interpreted text roles.
John MacFarlane
1
-12
/
+28
2018-07-30
Markdown reader: allow unquoted numbers, booleans as YAML mapping keys.
John MacFarlane
1
-26
/
+28
2018-07-30
Use YAML.decode rather than YAML.decodeStrict.
John MacFarlane
1
-1
/
+1
2018-07-30
DocBook reader: metadata handling improvements.
John MacFarlane
1
-38
/
+28
2018-07-24
RST reader: remove support for nested inlines.
danse
1
-17
/
+15
2018-07-23
Org reader: fix parsers relying on parseFromString
Albert Krewinkel
1
-4
/
+3
2018-07-21
RST reader: fix double-link bug.
John MacFarlane
1
-1
/
+8
2018-07-19
Fix for bug in parsing `\include` in markdown.
John MacFarlane
1
-1
/
+10
2018-07-19
rawLaTeXBlock: never retokenize macroDef.
John MacFarlane
1
-1
/
+1
2018-07-15
Wrap emojis in span nodes (#4759)
Anders Waldenborg
2
-18
/
+21
2018-07-15
Support abbreviated units for siunitx (#4773).
John MacFarlane
1
-0
/
+89
2018-07-15
LaTeX reader: be more forgiving in key/value option parsing.
John MacFarlane
1
-16
/
+39
2018-07-02
JATS reader: fix typo ("lable" instead of "label")
Alexander Krotov
1
-1
/
+1
2018-07-02
Spellcheck comments
Alexander Krotov
14
-17
/
+17
2018-06-29
Fix compiler warnings.
John MacFarlane
1
-4
/
+4
2018-06-29
Use HsYAML instead of yaml for translations, YAML metadata.
John MacFarlane
1
-56
/
+46
2018-06-29
CommonMark reader: Handle ascii_identifiers extension (#4733)
Anders Waldenborg
1
-13
/
+18
2018-06-28
TikiWiki reader: improve list parsing (#4723)
Mauro Bieg
1
-3
/
+4
2018-06-25
LaTeX reader: Treat `lilypond` as a verbatim environment.
John MacFarlane
1
-1
/
+2
2018-06-25
Fixed typo in LaTeX writer.
John MacFarlane
1
-1
/
+1
2018-06-13
Markdown reader: allow empty code spans.
John MacFarlane
1
-1
/
+1
2018-06-13
LaTeX Reader: parse figure label into Image id (#4704)
Mauro Bieg
1
-14
/
+20
2018-06-12
LaTeX reader: allow spaces around `\graphicspath` arguments.
John MacFarlane
1
-1
/
+2
2018-06-01
LaTeX reader: handle includes without surrounding blanklines.
John MacFarlane
1
-7
/
+9
2018-06-01
Muse reader: get rid of non-exhaustive pattern match warning
mb21
1
-1
/
+1
2018-05-31
Muse reader: add support for floating images
Alexander Krotov
1
-6
/
+18
2018-05-31
Muse reader: add support for images with specified width
Alexander Krotov
1
-4
/
+9
2018-05-30
Revert "ALlow compilation with haddock-library 1.4 and above."
John MacFarlane
1
-14
/
+1
2018-05-30
ALlow compilation with haddock-library 1.4 and above.
John MacFarlane
1
-1
/
+14
2018-05-30
LaTeX reader `rawLaTeXBlock`: handle macros that resolve to a...
John MacFarlane
1
-1
/
+17
2018-05-30
LaTeX reader: tighten up reading of beamer overlay specifications.
John MacFarlane
1
-9
/
+20
2018-05-30
Muse reader: parse image URLs without "guard" and "takeExtension"
Alexander Krotov
1
-5
/
+3
2018-05-28
Muse reader: split link and image parsing into separate functions
Alexander Krotov
1
-10
/
+17
2018-05-27
Muse reader: parse links starting with "URL:" explicitly
Alexander Krotov
1
-12
/
+19
2018-05-27
custom ordered lists
Yan Pas
1
-16
/
+26
2018-05-26
nested lists
Yan Pas
1
-52
/
+84
2018-05-26
escape chars in macros
Yan Pas
1
-49
/
+66
2018-05-23
tests, parsing fixes
Yan Pas
1
-16
/
+19
2018-05-20
Use haddock-library 1.6.0.
John MacFarlane
1
-13
/
+1
[prev]
[next]