Skip to content

Commit

Permalink
Fix collapsible sections
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechow committed Nov 20, 2024
1 parent 63c8d31 commit 89e0214
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gem "github-pages", "~> 232", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem 'jekyll-commonmark-ghpages', "~> 0.5.1"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
8 changes: 8 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ sass:
sass_dir: docs/assets/_sass


# Support collapsible details/summary sections
markdown: CommonMarkGhPages

commonmark:
options: ["UNSAFE", "SMART", "FOOTNOTES"]
extensions: ["strikethrough", "autolink", "table", "tagfilter"]


# Tell Jekyll to use README.md and docs/ only.
#
# For some reason exluding root and then including only these does not work,
Expand Down

0 comments on commit 89e0214

Please sign in to comment.