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
2019-03-02
JATS reader: Support fig-group block element (#5317).
John MacFarlane
1
-1
/
+4
2019-03-01
Remove license boilerplate.
John MacFarlane
51
-940
/
+0
2019-02-28
Markdown Reader: yamlToMeta respects extensions (#5276)
Mauro Bieg
1
-3
/
+2
2019-02-23
JATS reader: fix parsing of figures.
John MacFarlane
1
-18
/
+27
2019-02-21
Docx reader: Start adding comment to combine module
Jesse Rosenthal
1
-0
/
+40
2019-02-18
Docx reader: Trim space inside the last inline.
Jesse Rosenthal
1
-1
/
+2
2019-02-18
hlint Muse
Alexander Krotov
1
-1
/
+1
2019-02-18
Muse reader: add secondary note support
Alexander Krotov
1
-5
/
+11
2019-02-15
Markdown reader: fix bug parsing fenced code blocks.
John MacFarlane
1
-2
/
+3
2019-02-15
JATS reader: handle citations with multiple references.
John MacFarlane
1
-7
/
+10
2019-02-12
Docx reader: unwrap sdt elements in footnotes and comments.
Jesse Rosenthal
1
-3
/
+3
2019-02-11
Remove redundant import.
John MacFarlane
1
-1
/
+0
2019-02-10
ipynb writer: keep plain text fallbacks in output...
John MacFarlane
1
-26
/
+14
2019-02-08
Make --metadata-file use pandoc-markdown (#5279)
Mauro Bieg
1
-1
/
+2
2019-02-08
Docx reader: fix paths in archive to prevent Windows failure
Jesse Rosenthal
1
-1
/
+6
2019-02-07
Revert "Docx reader: Fix windows error"
Jesse Rosenthal
1
-2
/
+1
2019-02-07
Docx reader: Fix windows error
Jesse Rosenthal
1
-1
/
+2
2019-02-07
Docx reader: Some code cleanup
Jesse Rosenthal
1
-15
/
+25
2019-02-07
Docx reader: Extend dynamic xml location to detecting relationships
Jesse Rosenthal
1
-12
/
+19
2019-02-06
Docx reader: Dynamically determine document.xml path.
Jesse Rosenthal
1
-3
/
+12
2019-02-06
Handle Word files generated by Microsoft Word Online.
John MacFarlane
1
-0
/
+2
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
38
-70
/
+107
2019-02-04
Markdown reader: add newline when parsing blocks in YAML.
John MacFarlane
1
-9
/
+10
2019-02-02
ipynb reader: handle images referring to attachments.
John MacFarlane
1
-1
/
+9
2019-01-31
LaTeX reader: don't let `\egroup` match `{`.
John MacFarlane
1
-3
/
+3
2019-01-30
Org reader: add support for #+SELECT_TAGS.
leungbk
4
-23
/
+78
2019-01-30
Org reader: separate filtering logic from conversion function.
leungbk
2
-8
/
+11
2019-01-25
MediaWiki reader: use `_` instead of `-` in auto-identifiers.
John MacFarlane
1
-1
/
+6
2019-01-24
Ipynb: Put all jupyter metadata under 'jupyter' key.
John MacFarlane
1
-1
/
+1
2019-01-24
Revert "Prepend `jupyter_` to jupyter metadata keys."
John MacFarlane
1
-6
/
+0
2019-01-24
Prepend `jupyter_` to jupyter metadata keys.
John MacFarlane
1
-0
/
+6
2019-01-22
Support ipynb (Jupyter notebook) as input and output format.
John MacFarlane
1
-0
/
+249
2019-01-22
LaTeX reader: support `\endinput`. Closes #5233.
John MacFarlane
1
-0
/
+1
2019-01-22
Man reader: fix typo. (#5245)
Brian Leung
1
-3
/
+3
2019-01-21
HTML and markdown: treat textarea as a verbatim environment.
John MacFarlane
2
-8
/
+10
2019-01-20
LaTeX reader: allow includes with dots like cc_by_4.0.
John MacFarlane
1
-3
/
+5
2019-01-20
LaTeX reader: cleaned up 'input' code.
John MacFarlane
1
-10
/
+5
2019-01-09
RST reader: change treatment of `number-lines` directives. (#5207)
Brian Leung
1
-15
/
+15
2019-01-08
Removed superfluous sourceCode class on code blocks.
John MacFarlane
3
-11
/
+7
2019-01-08
RST reader: handle sourcecode directive as synonynm for code.
John MacFarlane
1
-1
/
+1
2019-01-07
Org reader: allow for case of :minlevel == 0.
John MacFarlane
1
-1
/
+3
2019-01-07
Org reader: handle `minlevel` option differently. (#5190)
Brian Leung
1
-3
/
+1
2019-01-07
TWiki reader: fix performance issue with underscores.
John MacFarlane
1
-1
/
+3
2019-01-06
Add DokuWiki reader (#5108)
Alexander
1
-0
/
+529
2019-01-02
Implement task lists (#5139)
Mauro Bieg
2
-3
/
+7
2019-01-01
Org reader: fix self-link parsing regression
Albert Krewinkel
1
-5
/
+6
2019-01-01
Org reader: fix treatment of links to images
Albert Krewinkel
2
-13
/
+16
2019-01-01
Org reader: hlint
Albert Krewinkel
1
-2
/
+2
2018-12-31
Remove unused HasHeaderMap (#5175)
Alexander
6
-34
/
+3
2018-12-31
Replace read with safeRead (#5186)
Mauro Bieg
1
-3
/
+6
[next]