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-27
ipynb reader: avoid introducing spurious `.0` on integers in metadata.
John MacFarlane
1
-1
/
+4
2019-03-27
Drop support for ghc < 8.
John MacFarlane
1
-3
/
+0
2019-03-25
HTML reader: read `data-foo` attribute into `foo`.
John MacFarlane
1
-1
/
+2
2019-03-14
Markdown writer: be sure implicit figures work in list contexts.
John MacFarlane
1
-11
/
+13
2019-03-10
LaTeX reader: support `\underline`, `\ul`, `\uline` (#5359)
Paul Tilley
1
-0
/
+5
2019-03-10
ipynb reader: removed vestigial ReaderOptions param.
John MacFarlane
1
-18
/
+16
2019-03-09
ipynb reader: remove sensitivity to `raw_html`, `raw_tex` extensions.
John MacFarlane
1
-6
/
+2
2019-03-09
Ipynb reader/writer: better handling of cell metadata.
John MacFarlane
1
-7
/
+10
2019-03-07
Add inNote to Footcite and Footcites
John MacFarlane
1
-2
/
+2
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
[next]