blockStartMatcher.region(offset, line.length());
}
if (blockStartMatcher.find()) {
int end = blockStartMatcher.start();
if (end > offset) {
dialect.emitMarkupLine(getParser(),state,offset,line.substring(offset,end), 0);
}
setClosed(true);
return end;
}
if (blockLineCount > 1) {