Entity HTML representation ```rust use orgize::{ast::Entity, Org}; let e = Org::parse("\\S").first_node:: ().unwrap(); assert_eq!(e.html(), "§"); ```
(&self)
source not stored for this graph (policy: none)
no test coverage detected