pandoc/test/command/6114.md

14 lines
240 B
Markdown
Raw Normal View History

```
% pandoc -f latex -t native
\includegraphics[width=.85\textwidth]%
{pic_M87star.pdf}
^D
[ Para
[ Image
( "" , [] , [ ( "width" , ".85\\textwidth" ) ] )
[ Str "image" ]
( "pic_M87star.pdf" , "" )
]
]
```