Awkee / pandoc

Automatically exported from code.google.com/p/pandoc
GNU General Public License v2.0
0 stars 0 forks source link

Display actual images in RTF #275

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Instead of displaying images pandoc only creates reference to the file in red, 
e.g.:

    [image: test.jpeg]
    [image: test.png]
    [image: test.bmp]
    [image: test.gif]

It would be awesome to get at least some formats properly displayed (bmp and 
jpeg are supposed to embed easily according to sample code in 
http://www.sitepoint.com/forums/showthread.php?t=210521).

Original issue reported on code.google.com by kwi...@gmail.com on 3 Jan 2011 at 6:55

GoogleCodeExporter commented 9 years ago
Implemented for png and jpeg in  382564ed9e62a42ec03650d178f48552df0071b7
Thanks for the suggestion.

Original comment by fiddloso...@gmail.com on 28 Jan 2011 at 4:44