mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 03:19:31 +00:00
Enable parsing of block‑level HTML in Kramdown so Markdown syntax
(e.g. inside <details> tags) is rendered correctly.
This commit is contained in:
parent
fc38ede6a2
commit
b9ec94a0d2
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ google_analytics: G-12MQZTB3JH
|
|||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
kramdown:
|
||||
parse_block_html: true
|
||||
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
- jekyll-seo-tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue