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
2016-06-23
docx reader: enable warnings in top-level reader
Jesse Rosenthal
1
-6
/
+10
2016-06-23
Docx reader: add simple comment functionality.
Jesse Rosenthal
2
-1
/
+73
2016-06-21
Org reader: remove partial functions
Albert Krewinkel
2
-19
/
+21
2016-06-13
Org reader: support arbitrary raw inlines
Albert Krewinkel
1
-1
/
+9
2016-06-05
Org reader: add support for "Berkeley-style" cites
Albert Krewinkel
2
-7
/
+127
2016-06-05
Org reader: add semicolon to list of special chars
Albert Krewinkel
1
-1
/
+1
2016-06-03
Org reader: support special strings export option
Albert Krewinkel
4
-12
/
+36
2016-06-03
Org reader: support emphasized text export option
Albert Krewinkel
3
-15
/
+28
2016-06-03
Org reader: support smart quotes export option
Albert Krewinkel
4
-12
/
+28
2016-06-02
Org reader: drop unused field from parser state
Albert Krewinkel
2
-18
/
+8
2016-06-02
Org reader: undo code duplication
Albert Krewinkel
3
-55
/
+83
2016-05-31
Merge pull request #2950 from tarleb/org-ref-support
John MacFarlane
2
-7
/
+71
2016-05-29
Org reader: support new syntax for export blocks
Albert Krewinkel
1
-0
/
+9
2016-05-29
Org reader: refactor BEGIN…END block parsing
Albert Krewinkel
1
-111
/
+131
2016-05-29
Org reader: rename `parseInlines` to `inlines`
Albert Krewinkel
2
-10
/
+11
2016-05-27
Org reader: support org-ref style citations
Albert Krewinkel
2
-7
/
+71
2016-05-25
Org reader: extract blocks parser to module
Albert Krewinkel
2
-844
/
+900
2016-05-25
Org reader: extract inline parser to module
Albert Krewinkel
4
-756
/
+887
2016-05-25
Org reader: extract parsing function to module
Albert Krewinkel
3
-78
/
+197
2016-05-24
EPUB Reader: normalise Link id as well
mb21
1
-2
/
+4
2016-05-23
Org reader: respect drawer export setting
Albert Krewinkel
2
-12
/
+79
2016-05-22
Org reader/writer: use CUSTOM_ID in properties
Albert Krewinkel
1
-3
/
+4
2016-05-21
HTML reader: fixed bug in pClose.
John MacFarlane
1
-1
/
+1
2016-05-20
Org reader: add :PROPERTIES: drawer support
Albert Krewinkel
1
-28
/
+56
2016-05-19
Merge pull request #2927 from tarleb/org-attr-html
John MacFarlane
2
-84
/
+106
2016-05-19
Org reader: add support for ATTR_HTML attributes
Albert Krewinkel
1
-7
/
+28
2016-05-19
Org reader: use custom `anyLine`
Albert Krewinkel
1
-3
/
+10
2016-05-19
Org reader: refactor block attribute handling
Albert Krewinkel
2
-83
/
+77
2016-05-17
EPUB reader: unescape URIs in spine.
John MacFarlane
1
-2
/
+4
2016-05-12
Merge pull request #2894 from sid-kap/rst-code-class
John MacFarlane
1
-6
/
+8
2016-05-11
Org reader: parse but ignore export options
Albert Krewinkel
1
-2
/
+35
2016-05-11
Org reader: add support for sub/superscript export options
Albert Krewinkel
2
-3
/
+57
2016-05-11
Org reader: move parser state into separate module
Albert Krewinkel
2
-158
/
+232
2016-05-09
Merge pull request #2907 from tarleb/org-fixes
John MacFarlane
1
-4
/
+9
2016-05-09
Org reader: fix inline-LaTeX regression
Albert Krewinkel
1
-4
/
+9
2016-05-09
Allow spaces before '!' in MediaWiki table header
roblabla
1
-1
/
+1
2016-05-05
Merge pull request #2898 from tarleb/org-table-refactoring
John MacFarlane
1
-59
/
+59
2016-05-04
Org reader: fix spacing after LaTeX-style symbols
Albert Krewinkel
1
-5
/
+7
2016-05-04
Org reader: fix handling of empty table cells, rows
Albert Krewinkel
1
-13
/
+17
2016-05-04
Org reader: refactor rows-to-table conversion
Albert Krewinkel
1
-25
/
+25
2016-05-04
Org reader: stop padding short table rows
Albert Krewinkel
1
-24
/
+20
2016-05-01
Add class option for code block in RST reader
Sidharth Kapur
1
-6
/
+8
2016-05-01
Binary fmts throw PandocError on zip-archive fail
Jesse Rosenthal
2
-3
/
+7
2016-05-01
Docx Reader: Throw PandocError on unzip failure
Jesse Rosenthal
1
-4
/
+5
2016-04-26
Ignore leading space in org code blocks
Emanuel Evans
1
-4
/
+20
2016-04-15
Docx Reader: parse `moveTo` and `moveFrom`
Jesse Rosenthal
1
-2
/
+2
2016-04-10
Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces.
John MacFarlane
1
-19
/
+23
2016-04-10
Markdown + HTML readers: be more forgiving about unescaped &.
John MacFarlane
1
-10
/
+15
2016-03-22
Fixed bug in Markdown raw HTML parsing.
John MacFarlane
1
-1
/
+1
2016-03-18
Docx reader: Handle alternate content
Jesse Rosenthal
1
-14
/
+37
[prev]
[next]