Enable parsing of block‑level HTML in Kramdown so Markdown syntax

(e.g. inside <details> tags) is rendered correctly.
This commit is contained in:
Sukchan Lee 2025-07-19 08:03:01 +09:00
parent fc38ede6a2
commit b9ec94a0d2

View file

@ -26,6 +26,9 @@ google_analytics: G-12MQZTB3JH
# Build settings
markdown: kramdown
kramdown:
parse_block_html: true
plugins:
- jekyll-feed
- jekyll-seo-tag