pandoc/test/ipynb
Kolen Cheung 20eb8ac7fd
ipynb writer: handle cell output with raw block of markdown (#7563)
Write RawBlock of markdown in code-cell output.

#7561 makes the ipynb reader reads code-cell output with mime
"text/markdown" to a RawBlock of markdown

This commit makes the ipynb writer writes this RawBlock of markdown
back inside a code-cell output with the same mime, preserving this
information in round-trip

Add tests of ipynb reader (#7561) and ipynb writer (#7563)'s ability to
handle a "text/markdown" mime type in a code-cell output
2021-12-09 20:36:56 -08:00
..
mime.ipynb ipynb writer: handle cell output with raw block of markdown (#7563) 2021-12-09 20:36:56 -08:00
mime.native ipynb writer: handle cell output with raw block of markdown (#7563) 2021-12-09 20:36:56 -08:00
mime.out.ipynb ipynb writer: handle cell output with raw block of markdown (#7563) 2021-12-09 20:36:56 -08:00
simple.in.native Ipynb reader & writer: properly handle cell "id". 2021-12-06 23:40:51 -08:00
simple.ipynb Ipynb reader & writer: properly handle cell "id". 2021-12-06 23:40:51 -08:00
simple.out.native Ipynb reader & writer: properly handle cell "id". 2021-12-06 23:40:51 -08:00