``` % pandoc -t markdown [https://example.com](https://example.com){.clz} ^D [https://example.com](https://example.com){.clz} ``` ``` % pandoc -f markdown -t html | pandoc -f html -t markdown ^D ```