Skip to content

Commit

Permalink
Merge pull request #55 from veelo/underline
Browse files Browse the repository at this point in the history
Support $(U underlined text).
  • Loading branch information
adamdruppe authored Jan 9, 2024
2 parents f8a038c + 2850ee7 commit 4601b89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comment.d
Original file line number Diff line number Diff line change
Expand Up @@ -1899,6 +1899,7 @@ shared static this() {
"TT" : "<tt>$0</tt>",
"B" : "<b>$0</b>",
"STRIKE" : "<s>$0</s>",
"U" : "<u>$0</u>",
"P" : "<p>$0</p>",
"PRE" : "<pre>$0</pre>",
"DL" : "<dl>$0</dl>",
Expand Down

0 comments on commit 4601b89

Please sign in to comment.