Marked 3.2.6 (1223), Setapp build — CommonMark (GFM) fails in normal preview
A minimal Markdown file does not render when the default processor is CommonMark (GFM). The preview instead displays essentially raw Markdown.
The same file renders correctly when the default processor is changed to MultiMarkdown.
CommonMark (GFM) also renders the same Markdown correctly in Help → Markdown Dingus.
Reproduced with files in both ~/Downloads and ~/Documents.
No Custom Rules are configured. Source View is disabled. The application was completely uninstalled and reinstalled, and the problem remains.
Debug logging shows:
readAndProcessMarkdown: cancelled before Conductor/processor
Reproduction:
- Set Processor → CommonMark (GFM).
- Open a .md containing # Test Heading and This should be bold.
- Normal preview displays Markdown syntax rather than rendered HTML.
- Change processor to MultiMarkdown → renders correctly.
- Test CommonMark in Markdown Dingus → also renders correctly.