Migrating a Legacy MDC PR to Comark Since commit (merged 2026-05-13), Nuxt Studio's branch no longer uses . The entire conversion layer, document utilities, and TipTap bridges were rewritten on top of . Any PR opened against before this commit will conflict on merge. Do not simply resolve the conflicts mechanically — most legacy API calls have semantic equivalents in comark that must be re-implemented. This skill is the reverse of the previous "merge-main-on-comark" skill: the comark branch is now , and legacy PRs need to be ported forward. 1. Identify whether the PR is legacy Run these check…