python sphinx - How do you hyperlink monospaced text in reStructuredText? -


`pandoc <https://github.com/jgm/pandoc>`_ 

creates link looks like

pandoc

but how create link monospaced text: pandoc

if try

` ``pandoc`` <https://github.com/jgm/pandoc>`_ 

i crud:

` pandoc <https://github.com/jgm/pandoc>`_


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -