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-01-16
Docx reader: Parse hyperlinks in instrText tags
Jesse Rosenthal
1
-2
/
+4
2018-01-16
Docx reader: Parse instrText info in fldChar tags.
Jesse Rosenthal
2
-5
/
+102
2018-01-16
Docx reader: Parse fldChar tags
Jesse Rosenthal
2
-5
/
+84
2018-01-15
HTML reader: Fix col width parsing for percentages < 10% (#4262)
n3fariox
1
-3
/
+6
2018-01-14
RST reader: add aligned environment when needed in math.
John MacFarlane
1
-2
/
+7
2018-01-14
Markdown reader: Improved inlinesInBalancedBrackets.
John MacFarlane
1
-13
/
+21
2018-01-14
LaTeX reader: Advance source position at end of stream.
John MacFarlane
1
-1
/
+1
2018-01-13
LaTeX reader: pass through macro defs in rawLaTeXBlock...
John MacFarlane
1
-4
/
+2
2018-01-13
LaTeX reader: fixed pos calculation in tokenizing escaped space.
John MacFarlane
1
-3
/
+6
2018-01-13
LaTeX reader: allow macro definitions inside macros.
John MacFarlane
1
-6
/
+9
2018-01-10
RST reader: better handling for headers with an anchor.
John MacFarlane
1
-2
/
+12
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
24
-48
/
+48
2018-01-02
Docx reader: remove MultiWayIf
Jesse Rosenthal
1
-38
/
+39
2018-01-02
Docx reader: Allow for insertion/deletion of paragraphs.
Jesse Rosenthal
1
-4
/
+44
2018-01-02
Docx reader: Parse track changes info into paragraph props.
Jesse Rosenthal
1
-15
/
+27
2018-01-02
Docx reader: Extract tracked changes type from parpart.
Jesse Rosenthal
2
-6
/
+19
2018-01-01
Markdown reader: rewrite inlinesInBalancedBrackets.
John MacFarlane
1
-19
/
+13
2017-12-31
Docx reader: minor cleanup.
Jesse Rosenthal
1
-1
/
+2
2017-12-31
Docx Reader: Combine adjacent anchors.
Jesse Rosenthal
1
-20
/
+47
2017-12-30
Markdown reader: Avoid parsing raw tex unless \ + letter seen.
John MacFarlane
1
-1
/
+2
2017-12-30
LaTeX reader: Simplified a check for raw tex command.
John MacFarlane
1
-2
/
+2
2017-12-30
Docx reader: Remove unused anchors.
Jesse Rosenthal
1
-5
/
+27
2017-12-31
Muse reader: automatically translate #cover into #cover-image
Alexander Krotov
1
-1
/
+3
2017-12-30
Docx reader: Read multiple children of w:sdtContents`
Jesse Rosenthal
1
-5
/
+9
2017-12-28
LaTeX reader: be more tolerant of `&` character.
John MacFarlane
1
-1
/
+1
2017-12-28
Org reader: support minlevel option for includes
Albert Krewinkel
1
-14
/
+37
2017-12-27
Fix warning.
John MacFarlane
1
-2
/
+1
2017-12-27
Small improvement to figcaption parsing. #4184.
John MacFarlane
1
-2
/
+0
2017-12-27
Merge pull request #4184 from mb21/html-reader-figcaption
John MacFarlane
1
-4
/
+7
2017-12-27
HTML reader: parse div with class `line-block` as LineBlock.
John MacFarlane
1
-1
/
+13
2017-12-27
Docx Reader: preprocess Document body to unwrap "w:sdt" elements
Jesse Rosenthal
1
-1
/
+31
2017-12-26
LaTeX reader: support `\foreignlanguage` from babel.
John MacFarlane
1
-0
/
+30
2017-12-24
RST reader: allow empty list items (as docutils does).
John MacFarlane
1
-2
/
+2
2017-12-23
JATS reader: handle author-notes.
John MacFarlane
1
-5
/
+6
2017-12-23
JATS reader: code refactoring.
John MacFarlane
1
-63
/
+48
2017-12-23
JATS reader: include institute metadata.
John MacFarlane
1
-2
/
+11
2017-12-23
JATS reader: process author metadata.
John MacFarlane
1
-5
/
+27
2017-12-23
JATS reader: better citation handling.
John MacFarlane
1
-3
/
+79
2017-12-23
HTML Reader: be more forgiving about figcaption
mb21
1
-4
/
+7
2017-12-22
Merge pull request #4189 from mb21/export-blocksToInlines
John MacFarlane
2
-3
/
+3
2017-12-22
`latex_macros` extension changes.
John MacFarlane
2
-5
/
+11
2017-12-22
Markdown reader: improved raw tex parsing.
John MacFarlane
1
-6
/
+9
2017-12-22
LaTeX reader: use applyMacros in rawLaTeXBlock, rawLaTeXInline.
John MacFarlane
1
-2
/
+5
2017-12-22
LaTeX reader: Refactored inlineCommand.
John MacFarlane
1
-24
/
+11
2017-12-22
API change: export blocksToInlines' from Text.Pandoc.Shared
mb21
2
-3
/
+3
2017-12-21
Merge pull request #4177 from stencila/jats-xml-reader
John MacFarlane
1
-0
/
+404
2017-12-22
Improve support for code language in JATS
Hamish Mackenzie
1
-2
/
+19
2017-12-21
LaTeX reader: Fixed subtle bug in tokenizer.
John MacFarlane
1
-2
/
+3
2017-12-21
Muse reader: parse anchors immediately after headings as IDs
Alexander Krotov
1
-5
/
+9
2017-12-20
Org reader: fix asterisks-related parsing error
Albert Krewinkel
1
-1
/
+1
[next]