public void visit(WtTableCell n) { // Inline table cells are on one line but we want to finish after // each line to prevent leakage of tick formatting into adjacent // cells iterateContent(n.getBody()); finishLine(); }
public WtNode visit(WtTableCell n) { implicitLineScope(n.getBody()); return n; }