Files
pluma/00_unanchay/pluma/pluma-semantic

pluma-semantic

Document semantic annotations for pluma.

Types the atom content beyond Markdown: Citation, Definicion, Pregunta, Codigo(lang), Tabla, Lista. Annotations are non-destructive — the atom stays valid Markdown, metadata is attached.

API

use pluma_semantic::{anotar, Anotacion};

let ans: Vec<Anotacion> = anotar(&atomo);

Deps