``` % pandoc -f markdown -t html [test](url "title") ^D <p><a href="url" title="title">test</a></p> ```