index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-20
Fix compiler warning.
John MacFarlane
1
-1
/
+1
2018-09-21
Muse reader: simplify <literal> tag parsers
Alexander Krotov
1
-17
/
+9
2018-09-21
Muse reader: cleanup and conversion to applicative style
Alexander Krotov
1
-95
/
+75
2018-09-21
Muse reader: simplify lchop
Alexander Krotov
1
-3
/
+2
2018-09-20
RST reader: fix bug with internal link targets.
John MacFarlane
1
-1
/
+1
2018-09-20
ConTeXt writer: change `\` to `/` in Windows image paths.
John MacFarlane
1
-1
/
+6
2018-09-19
Markdown reader: distinguish autolinks in the AST.
John MacFarlane
3
-13
/
+12
2018-09-19
Lua filter: cleanup filter execution code
Albert Krewinkel
1
-51
/
+73
2018-09-19
Muse reader: parse Text instead of String
Alexander Krotov
1
-3
/
+5
2018-09-19
hlint Muse reader
Alexander Krotov
1
-6
/
+5
2018-09-19
Muse reader: get rid of HTML parser dependency
Alexander Krotov
1
-5
/
+13
2018-09-19
Muse reader: use openTag and closeTag everywhere
Alexander Krotov
1
-4
/
+4
2018-09-19
Muse reader: make openTag return association list
Alexander Krotov
1
-5
/
+5
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-16
Muse writer: replace newlines in strings with spaces
Alexander Krotov
1
-1
/
+7
2018-09-16
Merge pull request #4906 from chris-martin/patch-2
John MacFarlane
1
-1
/
+1
2018-09-16
Muse writer: output headers without asterisks if not on the top level
Alexander Krotov
1
-2
/
+3
2018-09-15
Fix haddock on 'Ext_footnotes'
Chris Martin
1
-1
/
+1
2018-09-15
Merge pull request #4604 from mb21/yaml-file
John MacFarlane
2
-49
/
+69
2018-09-15
Docx writer: add MetaString case for abstract, subtitle (#4905)
Mauro Bieg
1
-0
/
+2
2018-09-15
introduce --metadata-file option
mb21
2
-2
/
+31
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-12
Muse writer: never wrap definition list terms
Alexander Krotov
1
-1
/
+1
2018-09-11
Muse writer: set envInsideBlock = True when rendering notes
Alexander Krotov
1
-1
/
+2
2018-09-11
HTML writer: always output <dt> element, even if it is empty
Alexander Krotov
1
-3
/
+1
2018-09-11
Muse writer: use "" instead of [] for empty String
Alexander Krotov
1
-1
/
+1
2018-09-11
Muse writer: check for whitespace in the beginning and end of Str's
Alexander Krotov
1
-0
/
+2
2018-09-11
Muse writer: escape -, ; and > in the beginning of strings
Alexander Krotov
1
-3
/
+6
2018-09-11
Muse writer: escape list markers in the beginning of notes
Alexander Krotov
1
-1
/
+4
2018-09-11
Muse writer: normalize inline list before testing if tags should be used
Alexander Krotov
1
-19
/
+18
2018-09-11
Muse writer: use tags instead of lightweight markup for empty strings
Alexander Krotov
1
-4
/
+9
2018-09-09
LaTeX reader: resolve `\ref` for figure numbers.
John MacFarlane
1
-12
/
+41
2018-09-09
Org writer: don't escape literal `_`, `^`.
John MacFarlane
1
-1
/
+1
2018-09-07
Fix percentage image scaling in ODT (#4881)
Nils Carlson
2
-2
/
+4
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-04
hlint some writers
Alexander Krotov
9
-25
/
+21
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 writer: hlint
Alexander Krotov
1
-4
/
+4
2018-09-02
Muse writer: use lightweight markup when possible
Alexander Krotov
1
-19
/
+123
2018-09-02
Muse writer: add more comments
Alexander Krotov
1
-2
/
+2
2018-09-02
Muse writer: escape empty strings
Alexander Krotov
1
-1
/
+2
2018-09-02
Muse reader: allow newline after opening "*" or "**"
Alexander Krotov
1
-1
/
+9
[prev]
[next]