Skip to content

Commit f362b7d

Browse files
committed
use kramdown 2.3.0; fixes daattali#713
1 parent b492d72 commit f362b7d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ One of the major changes in this version is that a lot of time was spent on reth
1717
- When `nav-short` is turned on, the avatar will also be shorter
1818
- Fixed rendering issues with `nav-short` option that caused the body of the page to start too low
1919
- Improved the `footer-extra` YAML option to support multiple files instead of only a single file
20+
- Upgraded kramdown to version 2.3.0 to fix security issues
2021
- Upgraded jQuery to version 3.5.1 to fix a couple security vulnerabilities with the previous version
2122
- Added automatic navbar color detection (#702)
2223
- Changed navbar and footer background colour to be slightly darker, for better contrast with the default white page background

beautiful-jekyll-theme.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
2222
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4"
2323
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.1"
24+
spec.add_runtime_dependency "kramdown", "~> 2.3.0"
2425

2526
spec.add_development_dependency "bundler", ">= 1.16"
2627
spec.add_development_dependency "rake", "~> 12.0"

0 commit comments

Comments
 (0)