Legacy Converter Note
Legacy Converter Note
Section titled “Legacy Converter Note”This document previously described the enhanced markdown converter workflow.
Current status
Section titled “Current status”- HTML/Markdown mode-facing editor APIs are removed from active workflows.
- The recommended persistence path is now JSON/JSONB only.
Use instead
Section titled “Use instead”- ../../../user/headless/import-export.md
- ../../../user/demo/usage-and-persistence.md
- ../../../user/luthor/extensive-editor.md
Migration checklist
Section titled “Migration checklist”- Replace
getMarkdown()/injectMarkdown()usage withgetJSONB()/injectJSONB(). - Persist canonical payloads in JSONB.
- Validate imported payload shape before restore.