summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Ipynb.hs
AgeCommit message (Expand)Author
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-11-02ipynb reader: add cell id to attachment filename...John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-12-06Ipynb reader & writer: properly handle cell "id".John MacFarlane
2021-09-10feat(ipynb reader): get cell output mime from raw_mimetype tooKolen Cheung
2021-09-10feat(ipynb reader): add more Jupyter's "Raw NBConvert Format"Kolen Cheung
2021-09-10fix!: rst mime typeKolen Cheung
2021-09-10Ipynb reader handleData: support text/markdown (#7561)Kolen Cheung
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-07-23Add `raw_markdown` extension affecting `ipynb` reader.John MacFarlane
2020-07-02Revert "Ipnyb: allow lossless round-tripping of markdown cell content."John MacFarlane
2020-07-02Revert "Ipynb reader: fix duplication of 'source' attribute."John MacFarlane
2020-07-02Ipynb reader: fix duplication of 'source' attribute.John MacFarlane
2020-06-30Ipnyb: allow lossless round-tripping of markdown cell content.John MacFarlane
2020-06-09Ipynb reader: handle application/pdf output as image.John MacFarlane
2020-06-09Ipynb reader: properly handle image/svg+xml as an image.John MacFarlane
2020-04-15Implement the new Table typedespresc
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Resolve HLint warningsAlbert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland
2019-03-30ipynb reader/writer: use format 'ipynb' for raw cell where no format given.John MacFarlane
2019-03-28Ipynb reader: use `html` for a raw cell with no format.John MacFarlane
2019-03-27ipynb reader: avoid introducing spurious `.0` on integers in metadata.John MacFarlane
2019-03-10ipynb reader: removed vestigial ReaderOptions param.John MacFarlane
2019-03-09ipynb reader: remove sensitivity to `raw_html`, `raw_tex` extensions.John MacFarlane
2019-03-09Ipynb reader/writer: better handling of cell metadata.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-11Remove redundant import.John MacFarlane
2019-02-10ipynb writer: keep plain text fallbacks in output...John MacFarlane
2019-02-02ipynb reader: handle images referring to attachments.John MacFarlane
2019-01-24Ipynb: Put all jupyter metadata under 'jupyter' key.John MacFarlane
2019-01-24Revert "Prepend `jupyter_` to jupyter metadata keys."John MacFarlane
2019-01-24Prepend `jupyter_` to jupyter metadata keys.John MacFarlane
2019-01-22Support ipynb (Jupyter notebook) as input and output format.John MacFarlane