pandoc/test/ipynb
Kolen Cheung a9a9a2c62a fix(IpynbOutput)!: rank always favors output format
Previously, both `fmt == f` case and Image have a rank of 1.
In the end, e.g. from ipynb to html conversion,
if both html and image exists, it actually prefers the image.
This commit changes this, so that fmt == f is always highest rank,
and rank never collides.
This is achieved by keeping fmt == f case having rank 1,
and every other rank increased by 1.
2021-12-11 09:42:30 -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
rank.ipynb fix(IpynbOutput)!: rank always favors output format 2021-12-11 09:42:30 -08:00
rank.out.html fix(IpynbOutput)!: rank always favors output format 2021-12-11 09:42:30 -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