Skip to content

Commit e504cb3

Browse files
authored
Update _config.yml
Enable collapsable cells for longer author lists
1 parent 6d9fb90 commit e504cb3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

_config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ include:
2727
header_pages:
2828
- pages/index.md
2929

30-
markdown: kramdown # The default: passes <script> tags through verbatim.
31-
30+
kramdown:
31+
input: GFM
32+
parse_block_html: true
33+
hard_wrap: false
34+
3235
# Defaults for pages
3336
defaults:
3437
- scope:

0 commit comments

Comments
 (0)