MCPcopy Create free account
hub / github.com/PoiScript/orgize / caption

Method caption

src/ast/link.rs:117–120  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected