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
/
Writers
/
Ipynb.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-10
fix!(ipynb writer): improve round trip identity
Kolen Cheung
1
-2
/
+2
2021-09-10
feat(ipynb writer): add more Jupyter's "Raw NBConvert Format"
Kolen Cheung
1
-0
/
+7
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-07-02
Revert "Ipnyb: allow lossless round-tripping of markdown cell content."
John MacFarlane
1
-5
/
+2
2020-06-30
Ipnyb: allow lossless round-tripping of markdown cell content.
John MacFarlane
1
-2
/
+5
2020-04-15
Implement the new Table type
despresc
1
-5
/
+5
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
-3
/
+2
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-21
/
+21
2019-10-29
Changes to build with new doctemplates/doclayout.
John MacFarlane
1
-2
/
+3
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-5
/
+6
2019-03-30
ipynb reader/writer: use format 'ipynb' for raw cell where no format given.
John MacFarlane
1
-3
/
+6
2019-03-29
ipynb writer - consolidate adjacent raw blocks.
John MacFarlane
1
-2
/
+10
2019-03-28
Ipynb writer: fixed carry-over of nbformat from metadata.
John MacFarlane
1
-1
/
+1
2019-03-27
ipynb writer: preserve nbformat_minor if it's given.
John MacFarlane
1
-2
/
+10
2019-03-09
Ipynb reader/writer: better handling of cell metadata.
John MacFarlane
1
-7
/
+6
2019-03-06
ipynb writer: recurse into native divs for output cell data.
John MacFarlane
1
-0
/
+1
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-28
ipynb writer: only include metadata under 'jupyter' field.
John MacFarlane
1
-1
/
+1
2019-02-15
ipynb writer: don't create attachments for images with absolute URIs.
John MacFarlane
1
-2
/
+3
2019-02-09
ipynb writer - ensure final newline.
John MacFarlane
1
-0
/
+1
2019-01-24
Ipynb: Put all jupyter metadata under 'jupyter' key.
John MacFarlane
1
-1
/
+6
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-23
Removed superfluous import.
John MacFarlane
1
-1
/
+0
2019-01-22
Support ipynb (Jupyter notebook) as input and output format.
John MacFarlane
1
-0
/
+233