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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -