_html: Add missing QStags

This commit is contained in:
Stig-Ørjan Smelror 2024-02-01 11:29:17 +01:00
parent d6c4e33f96
commit bd545fd139

2
qsgen2
View File

@ -811,6 +811,8 @@ function _html() {
"#BD" => "<b>", "#EBD" => "</b>\\n",
"#I" => "<i>", "#EI" => "</i>\\n",
"#P" => "<p>", "#EP" => "</p>\\n",
"#Q" => "<blockquote>", "#EQ" => "</blockquote>\\n",
"#C" => "<code>", "#EC" => "</code>\\n",
"#H1" => "<h1>", "#EH1" => "</h1>\\n",
"#H2" => "<h2>", "#EH2" => "</h2>\\n",
"#H3" => "<h3>", "#EH3" => "</h3>\\n",