Closed andreypopp closed 8 years ago
We want to expose document model information on documents.
Example:
export let model = { toc: { title: '...', children: [ {title: '...', children: [...]}, ... ] } }
The document model could be defined by a configurable set of analyzers.
We want to expose document model information on documents.
Example:
The document model could be defined by a configurable set of analyzers.