Emitter 2a: the corpus runner, the canonical serializer and the CommonMark subset
CI / gate (push) Successful in 5s

This commit is contained in:
Mikael Göransson
2026-08-24 15:36:05 +02:00
parent 288ee1697c
commit 0728ea1cfb
16 changed files with 976 additions and 35 deletions
+4 -1
View File
@@ -1 +1,4 @@
export {}
export type { AdfAttributes, AdfDocument, AdfMark, AdfNode } from './adf-document.ts'
export type { ConvertError, ConvertErrorCode, Result } from './result.ts'
export { adfToMarkdown } from './adf-to-markdown.ts'
export { isAdfDocument } from './adf-document.ts'