Skip to content

Legacy Converter Note

This document previously described the enhanced markdown converter workflow.

  • HTML/Markdown mode-facing editor APIs are removed from active workflows.
  • The recommended persistence path is now JSON/JSONB only.
  1. Replace getMarkdown() / injectMarkdown() usage with getJSONB() / injectJSONB().
  2. Persist canonical payloads in JSONB.
  3. Validate imported payload shape before restore.