I was wondering if it is possible to underline text without HTML syntax in Quarto
? You can strikethrough the text using ~~
syntax like this:
~~mytext~~
Output:
So I was wondering if it is possible to underline your text with somehow similar syntax like above?