Returns caption keyword in this link ```rust use orgize::{Org, ast::Link}; let link = Org::parse("#+CAPTION: image link\n[[file:/home/dominik/images/jupiter.jpg]]").first_node:: ().unwrap(); assert_eq!(link.caption().unwrap().value().unwrap(), " image link"); ```
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected