``` % pandoc -f gfm * `--argument` This item does not have a pipe character * `--argA | --argB` This item has a pipe character ^D ``` ``` % pandoc --mathjax -f gfm+tex_math_dollars * $|x|$ * $|y|$ ^D ```