diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-06-11 10:53:56 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-06-11 10:53:56 -0700 |
commit | a41222db3e5481bb5594e8f07db4f76d5231ccb2 (patch) | |
tree | 6695633863c184f0e17cd60b24e538554d3c6f88 /test/command/4677.md | |
parent | 158344d26d64f4ec146bf3ed3c22d08648d89ad0 (diff) | |
download | pandoc-a41222db3e5481bb5594e8f07db4f76d5231ccb2.tar.gz |
Adjust command test not to use echo.
This is fraught on Windows.
Diffstat (limited to 'test/command/4677.md')
-rw-r--r-- | test/command/4677.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/command/4677.md b/test/command/4677.md index 3ca8add9d..0343cf42a 100644 --- a/test/command/4677.md +++ b/test/command/4677.md @@ -1,5 +1,6 @@ ``` -% echo '![Caption](img.png){#img:1}' | pandoc --to "markdown-bracketed_spans-fenced_divs-link_attributes-simple_tables-multiline_tables-grid_tables-pipe_tables-fenced_code_attributes-markdown_in_html_blocks-table_captions-smart" +% pandoc --to "markdown-bracketed_spans-fenced_divs-link_attributes-simple_tables-multiline_tables-grid_tables-pipe_tables-fenced_code_attributes-markdown_in_html_blocks-table_captions-smart" +![Caption](img.png){#img:1} ^D <figure> <img src="img.png" alt="Caption" id="img:1" /><figcaption>Caption</figcaption> |