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-09-19
Muse reader: add openTag and closeTag functions
Alexander Krotov
1
-18
/
+19
2018-09-18
parse rST inlines containing newlines closing #4912
danse
1
-1
/
+1
2018-09-16
Markdown reader: example_lists should work without startnum.
John MacFarlane
1
-1
/
+3
2018-09-15
introduce --metadata-file option
mb21
1
-2
/
+14
2018-09-15
Markdown Reader: factor out yamlMap
mb21
1
-40
/
+27
2018-09-15
Markdown Reader: factor out yamlBsToMeta
mb21
1
-4
/
+8
2018-09-15
Markdown Reader: rename yamlToMeta to yamlToMetaValue
mb21
1
-9
/
+9
2018-09-09
LaTeX reader: resolve `\ref` for figure numbers.
John MacFarlane
1
-12
/
+41
2018-09-07
HTML reader: parse `<script type="math/tex` tags as math.
John MacFarlane
1
-0
/
+12
2018-09-06
Org reader: respect export option `p` for planning info
Albert Krewinkel
3
-2
/
+28
2018-09-06
Org reader internals: disable some GHC extensions
Albert Krewinkel
1
-26
/
+32
2018-09-05
Org reader: strip planning info from output
Albert Krewinkel
1
-1
/
+35
2018-09-02
Muse reader: autonumber sections in the correct order
Alexander Krotov
1
-4
/
+16
2018-09-02
Muse reader: move duplicate code into "headingStart" function
Alexander Krotov
1
-9
/
+10
2018-09-02
Muse reader: allow newline after opening "*" or "**"
Alexander Krotov
1
-1
/
+9
2018-08-31
Muse reader: parse <verse> tag in one pass
Alexander Krotov
1
-8
/
+11
2018-08-30
Muse reader: hlint
Alexander Krotov
1
-2
/
+2
2018-08-29
LaTeX reader: fixed parsing of \texorpdfstring.
John MacFarlane
1
-1
/
+1
2018-08-29
RSTR reader: don't skip link definitions after comments.
John MacFarlane
1
-0
/
+1
2018-08-24
HTML reader: allow enabling `raw_tex` extension.
John MacFarlane
1
-3
/
+28
2018-08-22
HTML reader: extract spaces inside links instead of trimming them
Alexander Krotov
1
-3
/
+3
2018-08-21
LaTeX reader: support blockcquote, foreignblockquote from csquotes.
John MacFarlane
1
-5
/
+19
2018-08-21
LaTeX reader: support enquote*, foreignquote, hypphenquote...
John MacFarlane
1
-6
/
+24
2018-08-18
Fix compiler warning.
John MacFarlane
1
-1
/
+1
2018-08-17
LaTeX reader: Support more text-mode accents.
John MacFarlane
1
-1
/
+91
2018-08-17
LaTeX reader: use combining characters when needed for accents.
John MacFarlane
1
-1
/
+4
2018-08-17
Add support for latex mintinline (#4365)
Marc Schreiber
1
-0
/
+11
2018-08-17
LaTeX reader: fix siunitx unit commands...
John MacFarlane
1
-174
/
+182
2018-08-16
LaTeX reader: fix double `unnumbered` class.
John MacFarlane
1
-21
/
+20
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
[prev]
[next]