"Fossies" - the Fresh Open Source Software Archive 
Member "pandoc-2.18/test/command/3236.md" (4 Apr 2022, 373 Bytes) of package /linux/www/pandoc-2.18.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) GitHub Flavored Markdown source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 ```
2 % pandoc -f latex -t native
3 \newcommand{\mycolor}{red}
4
5 \includegraphics[width=17cm]{\mycolor /header}
6 Magnificent \mycolor{} header.
7 ^D
8 [ Para
9 [ Image
10 ( "" , [] , [ ( "width" , "17cm" ) ] )
11 [ Str "image" ]
12 ( "red/header" , "" )
13 , SoftBreak
14 , Str "Magnificent"
15 , Space
16 , Str "red"
17 , Space
18 , Str "header."
19 ]
20 ]
21 ```