We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
g <www>
Pandoc 2.4
RST distinguishes between one underscore and two underscore links.
Pandoc does not.
This works:
echo "`g <www.google.com>`_. Go to `g`_" > t.txt rst2html.py t.txt
But Pandoc reports [WARNING] Reference not found for 'g' at line 1 column 35.
[WARNING] Reference not found for 'g' at line 1 column 35
pandoc -f rst -t html t.txt