pandoc/test/Tests
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
..
Lua Lua: add module "pandoc.path" 2021-02-02 21:04:30 -08:00
Readers RST reader: handle class attribute for for custom roles (#7700) 2021-11-18 17:33:57 -08:00
Writers JATS writer: ensure figures are wrapped with <p> in list items. 2021-11-12 13:29:08 +01:00
Command.hs Command tests: raise error if command doesn't begin with %. 2021-09-21 10:42:14 -07:00
Helpers.hs Tests.Helpers: export testGolden and use it in RTF reader. 2021-08-10 22:07:48 -07:00
Lua.hs Lua: use package pandoc-lua-marshal (#7719) 2021-11-27 17:08:01 -08:00
Old.hs ipynb writer: handle cell output with raw block of markdown (#7563) 2021-12-09 20:36:56 -08:00
Shared.hs Writers.Shared: Improve toLegacyTable. 2021-11-11 20:55:37 -08:00