How to use Pandoc image alignment to align two images in the same row?

前端 未结 4 2018
无人及你
无人及你 2021-02-19 01:48

From the pandoc documentation I know how to insert an image

http://johnmacfarlane.net/pandoc/README.html#images

Now I want to align two images in the same row, h

4条回答
  •  渐次进展
    2021-02-19 02:29

    You could use a preprocessor like gpp to include options like align image. Or you could do it like how John told you:

    ![](tests/lalune.jpg)\ ![](tests/lalune.jpg)
    

提交回复
热议问题