Skip to content

Commit

Permalink
Merge pull request #63 from vidartf/patch-1
Browse files Browse the repository at this point in the history
Make attachment example in doc valid JSON
  • Loading branch information
takluyver committed Nov 17, 2016
2 parents 8a219a5 + 8d34272 commit cb61cc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/format_description.rst
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,9 @@ keyed by filename that represents the files attached to the cell.
"source" : ["Here is an *inline* image ![inline image](attachment:test.png)"],
"attachments" : {
"test.png": {
"image/png" : ["base64-encoded-png-data"],
},
},
"image/png" : ["base64-encoded-png-data"]
}
}
}


Expand Down

0 comments on commit cb61cc6

Please sign in to comment.