```rust use orgize::{Org, ast::Macros}; let m = Org::parse("{{{title}}}").first_node:: ().unwrap(); assert!(m.args().is_none()); let m = Org::parse("{{{two_arg_macro(1, 2)}}}").first_node:: ().unwrap(); assert_eq!(m.args().unwrap(), "1, 2"); ```
(&self)
source not stored for this graph (policy: none)