pandoc<p><a href="https://fosstodon.org/tags/reStructuredText" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>reStructuredText</span></a> follows the logic that underlined text means that it's a link, so it doesn't have dedicated syntax for (non-link) underlined text either. Support can be added with this syntax</p><p> .. role:: underline<br> :class: underline</p><p> :underline:`this`</p><p>in combination with a short <a href="https://fosstodon.org/tags/LuaFilter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LuaFilter</span></a></p><p> function Span(s)<br> return s.classes[1] == 'underline' and pandoc.Underline(s.content) or nil<br> end</p><p><a href="https://fosstodon.org/tags/pandoc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pandoc</span></a> <a href="https://fosstodon.org/tags/rst" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rst</span></a> <a href="https://fosstodon.org/tags/underline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>underline</span></a></p>