Apply quote style pre

This commit is contained in:
M66B 2021-07-08 16:55:42 +02:00
parent a2e9b60104
commit d6712fab71
1 changed files with 3 additions and 1 deletions

View File

@ -1751,7 +1751,9 @@ public class HtmlHelper {
while (line.startsWith(">")) {
tlevel++;
if (tlevel > level)
sb.append("<blockquote>");
sb.append("<blockquote style=\"")
.append(getQuoteStyle(line, 0, line.length()))
.append("\">");
line = line.substring(1); // >