diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-11-02 09:23:09 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-11-02 09:23:09 -0700 |
| commit | b3f4a66ec8a1d4c903ce3b1b7ad761545d7de290 (patch) | |
| tree | d3ae6e9d47c8fe3d5ef1179f6f9513be98c093b3 /test/ipynb | |
| parent | 0c641c1025eebbeab476bbc3b462b9cc780bb286 (diff) | |
ipynb reader: add cell id to attachment filename...
...when storing in the MediaBag. Otherwise attachments with the same name
can overwrite each other. Closes #8415.
Diffstat (limited to 'test/ipynb')
| -rw-r--r-- | test/ipynb/simple.out.native | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ipynb/simple.out.native b/test/ipynb/simple.out.native index a17c36a41..1c7e979cc 100644 --- a/test/ipynb/simple.out.native +++ b/test/ipynb/simple.out.native @@ -83,7 +83,7 @@ Pandoc , Image ( "" , [] , [] ) [ Str "the" , Space , Str "moon" ] - ( "lalune.jpg" , "" ) + ( "uid6-lalune.jpg" , "" ) , Space , Str "will" , Space |
