package markup; public interface ListItemContent { void toHtml(StringBuilder sb); void toTex(StringBuilder sb); }