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
/
Ipynb.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-10
feat(ipynb reader): get cell output mime from raw_mimetype too
Kolen Cheung
1
-1
/
+2
2021-09-10
feat(ipynb reader): add more Jupyter's "Raw NBConvert Format"
Kolen Cheung
1
-6
/
+10
2021-09-10
fix!: rst mime type
Kolen Cheung
1
-1
/
+1
2021-09-10
Ipynb reader handleData: support text/markdown (#7561)
Kolen Cheung
1
-0
/
+3
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
1
-3
/
+5
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-07-23
Add `raw_markdown` extension affecting `ipynb` reader.
John MacFarlane
1
-1
/
+5
2020-07-02
Revert "Ipnyb: allow lossless round-tripping of markdown cell content."
John MacFarlane
1
-2
/
+1
2020-07-02
Revert "Ipynb reader: fix duplication of 'source' attribute."
John MacFarlane
1
-1
/
+1
2020-07-02
Ipynb reader: fix duplication of 'source' attribute.
John MacFarlane
1
-1
/
+1
2020-06-30
Ipnyb: allow lossless round-tripping of markdown cell content.
John MacFarlane
1
-1
/
+2
2020-06-09
Ipynb reader: handle application/pdf output as image.
John MacFarlane
1
-1
/
+1
2020-06-09
Ipynb reader: properly handle image/svg+xml as an image.
John MacFarlane
1
-3
/
+5
2020-04-15
Implement the new Table type
despresc
1
-1
/
+1
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-1
/
+1
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-12
/
+10
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-40
/
+39
2019-07-02
Fix redundant constraint warnings. (#5625)
Pete Ryland
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
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-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-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
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-02
ipynb reader: handle images referring to attachments.
John MacFarlane
1
-1
/
+9
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