1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# stackengine ``` % pandoc -f latex -t native \addstackgap{Hello} World ^D [ Para [ Str "Hello" , Space , Str "World" ] ] ``` ``` % pandoc -f latex -t native Hello \addstackgap[12pt]{World} ^D [ Para [ Str "Hello" , Space , Str "World" ] ] ```