protected final void linkToLogFile(Parse cell) {
   cell.body =
       String.format("<A href=\"%s#id%s\">%s</A>", mLogFilePath, mReference.advance(), cell.body);
 }