Skip to content

Commit 349fb07

Browse files
committed
issue #6473 Plantuml parse error
Small corrections: - wrong line reinserted
1 parent 52748bf commit 349fb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scanner.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7077,7 +7077,7 @@ NONLopt [^\n]*
70777077
<DocBlock>^({B}*"*"+)?{B}{0,3}"```"[`]* {
70787078
QCString pat = substitute(yytext,"*"," ");
70797079
if (Config_getBool(MARKDOWN_SUPPORT)) yyextra->docBlock << "\\iskip";
7080-
yyextra->docBlock << yytext;
7080+
yyextra->docBlock << pat;
70817081
yyextra->docBlockName="```";
70827082
yyextra->fencedSize=pat.stripWhiteSpace().length();
70837083
yyextra->nestedComment=0;

0 commit comments

Comments
 (0)