pub const TABLE_ANCHOR: &'static str;Expand description
The U+FFFC OBJECT REPLACEMENT CHARACTER that stands for a table in the document’s
text.
A table is not prose, but it occupies a position in the flow: the import mirrors this
single sentinel into the rope where the table sits
(rope_helpers::rope_append_table_anchor), then the cells as ordinary blocks. Anything
reconstructing the text a search runs against has to reproduce it, or every offset after
the first table is short by the two characters (the sentinel and its separator) that the
document really holds there.