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-05-11
Reduce the amount of state in FB2 reader
Alexander Krotov
1
-1
/
+3
2019-05-11
FB2 reader: use Text.XML.Light.unqual where possible
Alexander Krotov
1
-8
/
+8
2019-05-05
Org reader: prefer plain symbols over math symbols
Albert Krewinkel
1
-1
/
+1
2019-05-05
Org reader: recognize emphasis after TODO/DONE keyword
Albert Krewinkel
1
-1
/
+3
2019-05-03
LaTeX reader: Allow newlines in `\mintinline`.
John MacFarlane
1
-3
/
+7
2019-05-01
MediaWiki reader: handle multiple attributes in table row (#5471)
chinapedia
1
-2
/
+2
2019-04-10
LaTeX reader: add braces when resolving `\DeclareMathOperator`.
John MacFarlane
1
-1
/
+2
2019-04-05
Vimwiki reader: improve handling of internal links.
John MacFarlane
1
-5
/
+12
2019-04-01
Dokuwiki Reader fix: parse single curly brace (#5417)
Mauro Bieg
1
-1
/
+1
2019-03-30
ipynb reader/writer: use format 'ipynb' for raw cell where no format given.
John MacFarlane
1
-2
/
+3
2019-03-28
Markdown reader: fenced div takes priority over setext header.
John MacFarlane
1
-2
/
+2
2019-03-28
Ipynb reader: use `html` for a raw cell with no format.
John MacFarlane
1
-1
/
+1
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
[prev]
[next]