Contents without colons prefix ```rust use orgize::{ast::FixedWidth, Org}; let fixed = Org::parse(": A\n:\n: B\n: C").first_node:: ().unwrap(); assert_eq!(fixed.value(), "A\n\nB\nC"); ```
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected