private void AppendCodeBlockBeforeSpanStart()
 {
     parser.AppendCodeBlock(offset, spanStartIndex - offset);
 }