aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Ipynb.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-09ipynb writer: handle cell output with raw block of markdown (#7563)Kolen Cheung1-0/+2
2021-12-08Ipynb writer: ensure deterministic order of keys.John MacFarlane1-1/+1
2021-12-06Ipynb reader & writer: properly handle cell "id".John MacFarlane1-15/+43
2021-09-10fix!(ipynb writer): improve round trip identityKolen Cheung1-2/+2
2021-09-10feat(ipynb writer): add more Jupyter's "Raw NBConvert Format"Kolen Cheung1-0/+7
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-07-02Revert "Ipnyb: allow lossless round-tripping of markdown cell content."John MacFarlane1-5/+2
2020-06-30Ipnyb: allow lossless round-tripping of markdown cell content.John MacFarlane1-2/+5
2020-04-15Implement the new Table typedespresc1-5/+5
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Resolve HLint warningsAlbert Krewinkel1-3/+2
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-21/+21
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-2/+3
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-5/+6
2019-03-30ipynb reader/writer: use format 'ipynb' for raw cell where no format given.John MacFarlane1-3/+6
2019-03-29ipynb writer - consolidate adjacent raw blocks.John MacFarlane1-2/+10
2019-03-28Ipynb writer: fixed carry-over of nbformat from metadata.John MacFarlane1-1/+1
2019-03-27ipynb writer: preserve nbformat_minor if it's given.John MacFarlane1-2/+10
2019-03-09Ipynb reader/writer: better handling of cell metadata.John MacFarlane1-7/+6
2019-03-06ipynb writer: recurse into native divs for output cell data.John MacFarlane1-0/+1
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-28ipynb writer: only include metadata under 'jupyter' field.John MacFarlane1-1/+1
2019-02-15ipynb writer: don't create attachments for images with absolute URIs.John MacFarlane1-2/+3
2019-02-09ipynb writer - ensure final newline.John MacFarlane1-0/+1
2019-01-24Ipynb: Put all jupyter metadata under 'jupyter' key.John MacFarlane1-1/+6
2019-01-24Revert "Prepend `jupyter_` to jupyter metadata keys."John MacFarlane1-6/+0
2019-01-24Prepend `jupyter_` to jupyter metadata keys.John MacFarlane1-0/+6
2019-01-23Removed superfluous import.John MacFarlane1-1/+0
2019-01-22Support ipynb (Jupyter notebook) as input and output format.John MacFarlane1-0/+233