File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ One of the major changes in this version is that a lot of time was spent on reth
17
17
- When ` nav-short ` is turned on, the avatar will also be shorter
18
18
- Fixed rendering issues with ` nav-short ` option that caused the body of the page to start too low
19
19
- 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
20
21
- Upgraded jQuery to version 3.5.1 to fix a couple security vulnerabilities with the previous version
21
22
- Added automatic navbar color detection (#702 )
22
23
- Changed navbar and footer background colour to be slightly darker, for better contrast with the default white page background
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
21
21
spec . add_runtime_dependency "jekyll-paginate" , "~> 1.1"
22
22
spec . add_runtime_dependency "jekyll-sitemap" , "~> 1.4"
23
23
spec . add_runtime_dependency "kramdown-parser-gfm" , "~> 1.1"
24
+ spec . add_runtime_dependency "kramdown" , "~> 2.3.0"
24
25
25
26
spec . add_development_dependency "bundler" , ">= 1.16"
26
27
spec . add_development_dependency "rake" , "~> 12.0"
You can’t perform that action at this time.
0 commit comments