pub const NODE_LINK_MARKER: &str = "<!--node-link-->";Expand description
The marker docs/README.md carries where a link to the node belongs.
An HTML comment, so a build that does not know the node’s address renders nothing at all rather than a placeholder somebody has to explain. mdBook passes raw HTML through, and a comment is the one shape of it that is invisible until something replaces it.