MCPcopy Index your code
hub / github.com/PoiScript/orgize / render

Method render

src/export/markdown.rs:33–36  ·  view source on GitHub ↗

Render syntax node to markdown string ```rust use orgize::{Org, ast::Bold, export::MarkdownExport, rowan::ast::AstNode}; let org = Org::parse("* /hello/ *world*"); let bold = org.first_node:: ().unwrap(); let mut markdown = MarkdownExport::default(); markdown.render(bold.syntax()); assert_eq!(markdown.finish(), "**world**"); ```

(&mut self, node: &SyntaxNode)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

elementMethod · 0.80

Tested by

no test coverage detected