DOC-FULL-012 P0 | Markdown 解析完整化 【status:partial】 #64
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Heading/Paragraph/List/CodeBlock/Quote/Table/Image/Link/HorizontalRule,每个 block 有稳定 blockId,支持 search 和 position
M-DOC-FULL 里程碑 issue。详见设计文档。
DOC-FULL-012 P0 | Markdown 解析完整化to DOC-FULL-012 P0 | Markdown 解析完整化 【status:partial】审查结论:document runtime 当前有文件类型识别/MaterialType/PreviewMode/DocumentInfo(基本)/Markdown解析/Text解析/ImageMeta/Search(V1 Markdown+Text)/NoteAnchor(V1)/ReadingEvent(V1)/ReadingPosition(V1)/EventBuffer(V1基础)/iOS构建/UniFFI绑定/docs。但 V2 核心模型(ReadingSession/EventV2/ActiveTimeTracker)不存在,EventBuffer 缺 ack/failed,Position 缺 camelCase+clamp,PDF/EPUB/Office 为 stub,测试覆盖不足 V2。
本 Issue: markdown.rs 383 行,8 种 block+blockId。Heading/Paragraph/List/CodeBlock/Quote/Table/Image/HorizontalRule。缺: Link 为 inline 需文档说明。blockId 稳定性未验证。
状态: status:partial
工作类型: work:extend-existing