Fix Kramdown warnings
This commit is contained in:
parent
fcb1b410e3
commit
2774a1aeb6
|
@ -2,50 +2,50 @@
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
* Docs: GitHub Pages instructions (#6384)
|
* Add formester to the list of saas form backend (#6059)
|
||||||
|
* GitHub Pages instructions (#6384)
|
||||||
* Improve documentation for theme-gem installation (#6387)
|
* Improve documentation for theme-gem installation (#6387)
|
||||||
* Fix diff syntax-highlighting (#6388)
|
* Fix diff syntax-highlighting (#6388)
|
||||||
|
* Update instructions (#6396)
|
||||||
* Fix code-block highlighting in docs (#6398)
|
* Fix code-block highlighting in docs (#6398)
|
||||||
* Docs: Filtering Posts with categories, tags, or other variables (#6399)
|
* Filtering Posts with categories, tags, or other variables (#6399)
|
||||||
* Fixes formatting on pre-formatted text. (#6405)
|
* Fixes formatting on pre-formatted text. (#6405)
|
||||||
* Docs: updates (#6407)
|
* Added new tutorial to tutorials section on docs (#6406)
|
||||||
* Docs: Fix `collections_dir` example (#6408)
|
* Updates (#6407)
|
||||||
* Docs: Renaming duplicate of "Scenario 6" to "Scenario 7" (#6411)
|
* Fix `collections_dir` example (#6408)
|
||||||
* Docs: Mark `collection_dir` as unreleased (#6412)
|
* Renaming duplicate of "Scenario 6" to "Scenario 7" (#6411)
|
||||||
* Docs: Fix link to SUPPORT (#6415)
|
* Mark `collection_dir` as unreleased (#6412)
|
||||||
* Docs: Added new tutorial to tutorials section on docs (#6406)
|
* Fix link to SUPPORT (#6415)
|
||||||
* Fix list appearance by adding missing `ol` tag (#6421)
|
* Fix list appearance by adding missing `ol` tag (#6421)
|
||||||
* Explain how to override output collection index page (#6424)
|
* Explain how to override output collection index page (#6424)
|
||||||
* Added github-cards to the list of plugins (#6425)
|
* Added github-cards to the list of plugins (#6425)
|
||||||
* add post about diversity (#6447)
|
* CoC violation correspondants (#6429)
|
||||||
* Docs: Add a note about Liquid and syntax highlighting (#6466)
|
* Add a note about Liquid and syntax highlighting (#6466)
|
||||||
|
* Remove `sudo` from macOS troubleshooting instructions (#6486)
|
||||||
* Add a note on `:jekyll_plugins` group in the docs (#6488)
|
* Add a note on `:jekyll_plugins` group in the docs (#6488)
|
||||||
* Updated custom-404-page.md (#6489)
|
* Updated custom-404-page.md (#6489)
|
||||||
* Remove `sudo` from macOS troubleshooting instructions (#6486)
|
|
||||||
* add formester to the list of saas form backend (#6059)
|
|
||||||
* Fix a few minor issues in the docs (#6494)
|
* Fix a few minor issues in the docs (#6494)
|
||||||
|
* Add jekyll-pwa-plugin (#6533)
|
||||||
* Remove Jekyll-Smartify from plugins directory (#6548)
|
* Remove Jekyll-Smartify from plugins directory (#6548)
|
||||||
|
|
||||||
### Development Fixes
|
### Development Fixes
|
||||||
|
|
||||||
|
* Added direct collection access to future collection item feature test (#6151)
|
||||||
|
* add failing test for non-utf8 encoding (#6339)
|
||||||
* Upgrade to Cucumber 3.0 (#6395)
|
* Upgrade to Cucumber 3.0 (#6395)
|
||||||
* Provide a better default hash for tracking liquid stats (#6417)
|
* Provide a better default hash for tracking liquid stats (#6417)
|
||||||
* Docs: CoC violation correspondants (#6429)
|
|
||||||
* add failing test for non-utf8 encoding (#6339)
|
|
||||||
* Add configuration for first-timers bot (#6431)
|
* Add configuration for first-timers bot (#6431)
|
||||||
* Update first-timers-issue-template.md (#6472)
|
|
||||||
* Site: Rename method (#6474)
|
|
||||||
* Do not linkify escaped characters as PRs in History (#6468)
|
* Do not linkify escaped characters as PRs in History (#6468)
|
||||||
* Rely on jekyll-mentions for linking usernames (#6469)
|
* Rely on jekyll-mentions for linking usernames (#6469)
|
||||||
|
* Update first-timers-issue-template.md (#6472)
|
||||||
* Enable `Lint/RescueWithoutErrorClass` Cop (#6482)
|
* Enable `Lint/RescueWithoutErrorClass` Cop (#6482)
|
||||||
* Added direct collection access to future collection item feature test (#6151)
|
|
||||||
* Clean up Rubocop config (#6495)
|
* Clean up Rubocop config (#6495)
|
||||||
* Fix #6498: Use Gem to discover the location of bundler. (#6499)
|
* Use Gem to discover the location of bundler (#6499)
|
||||||
* Remove unnecessary encoding comment (#6513)
|
* Remove unnecessary encoding comment (#6513)
|
||||||
* Suggest using Rubocop to automatically fix errors (#6514)
|
* Suggest using Rubocop to automatically fix errors (#6514)
|
||||||
* Assert raising Psych::SyntaxError when `"strict_front_matter"=>true` (#6520)
|
* Assert raising Psych::SyntaxError when `"strict_front_matter"=>true` (#6520)
|
||||||
* [RuboCop] Enable `Style/UnneededCapitalW` cop (#6526)
|
|
||||||
* Use Kernel#Array instead of explicit Array check (#6525)
|
* Use Kernel#Array instead of explicit Array check (#6525)
|
||||||
|
* RuboCop: Enable `Style/UnneededCapitalW` cop (#6526)
|
||||||
* Refactor method to reduce ABC Metric size (#6529)
|
* Refactor method to reduce ABC Metric size (#6529)
|
||||||
* Remove parentheses around arguments to raise (#6532)
|
* Remove parentheses around arguments to raise (#6532)
|
||||||
* Use double-quotes around gem name (#6535)
|
* Use double-quotes around gem name (#6535)
|
||||||
|
@ -54,30 +54,29 @@
|
||||||
|
|
||||||
### Minor Enhancements
|
### Minor Enhancements
|
||||||
|
|
||||||
* Disable default layouts for Pages with a `layout: none` declaration (#6182)
|
|
||||||
* Upgrade to Rouge 3 (#6381)
|
|
||||||
* Allow the user to set collections_dir to put all collections under one subdirectory (#6331)
|
|
||||||
* Scope path glob (#6268)
|
|
||||||
* Allow plugins to modify the obsolete files. (#6502)
|
|
||||||
* .sass-cache doesn't *always* land in options['source'] (#6500)
|
|
||||||
* Add Utils::Internet.connected? to determine whether host machine has internet connection. (#5870)
|
* Add Utils::Internet.connected? to determine whether host machine has internet connection. (#5870)
|
||||||
* Add latin mode to slugify (#6509)
|
* Disable default layouts for Pages with a `layout: none` declaration (#6182)
|
||||||
* filter relative_url should keep absolute urls with scheme/authority (#6490)
|
* Scope path glob (#6268)
|
||||||
* Log kramdown warnings if log level is WARN (#6522)
|
* Allow the user to set collections_dir to put all collections under one subdirectory (#6331)
|
||||||
|
* Upgrade to Rouge 3 (#6381)
|
||||||
* Allow URL filters to work directly with documents (#6478)
|
* Allow URL filters to work directly with documents (#6478)
|
||||||
|
* filter relative_url should keep absolute urls with scheme/authority (#6490)
|
||||||
|
* .sass-cache doesn't *always* land in `options['source']` (#6500)
|
||||||
|
* Allow plugins to modify the obsolete files. (#6502)
|
||||||
|
* Add latin mode to slugify (#6509)
|
||||||
|
* Log Kramdown warnings if log level is WARN (#6522)
|
||||||
|
|
||||||
### Site Enhancements
|
### Site Enhancements
|
||||||
|
|
||||||
* Docs: Update instructions (#6396)
|
* (#6389) Add special styling for code-blocks run in shell
|
||||||
* Add special styling for code-blocks run in shell (#6389)
|
* (#6447) Add post about diversity
|
||||||
* Update list of files excluded from Docs site (#6457)
|
* (#6457) Update list of files excluded from Docs site
|
||||||
* Update site History (#6460)
|
* (#6460) Update site History
|
||||||
* Site: Add default twitter card image (#6476)
|
* (#6476) Add default twitter card image
|
||||||
* Update normalize.css to v7.0.0 (#6491)
|
* (#6491) Update normalize.css to v7.0.0
|
||||||
* add jekyll-pwa-plugin (#6533)
|
* (#6519) Optimize images
|
||||||
* [ImgBot] optimizes images (#6519)
|
* (#6544) Site: Back to original main navigation
|
||||||
* Site: Back to original main navigation (#6544)
|
* (#6545) Style mobile-docs select element
|
||||||
* Style mobile-docs select element (#6545)
|
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
|
@ -213,7 +212,7 @@
|
||||||
* added BibSonomy plugin (#6143)
|
* added BibSonomy plugin (#6143)
|
||||||
* add plugins for multiple page pagination (#6055)
|
* add plugins for multiple page pagination (#6055)
|
||||||
* Update minimum Ruby version in installation.md (#6164)
|
* Update minimum Ruby version in installation.md (#6164)
|
||||||
* [docs] Add information about finding a collection in `site.collections` (#6165)
|
* Add information about finding a collection in `site.collections` (#6165)
|
||||||
* Add `{% raw %}` to Liquid example on site (#6179)
|
* Add `{% raw %}` to Liquid example on site (#6179)
|
||||||
* Added improved Pug plugin - removed 404 Jade plugin (#6174)
|
* Added improved Pug plugin - removed 404 Jade plugin (#6174)
|
||||||
* Linking the link (#6210)
|
* Linking the link (#6210)
|
||||||
|
@ -318,7 +317,7 @@
|
||||||
|
|
||||||
### Development Fixes
|
### Development Fixes
|
||||||
|
|
||||||
* [Rubocop] add missing comma (#5835)
|
* Rubocop: add missing comma (#5835)
|
||||||
* Appease classifier-reborn (#5934)
|
* Appease classifier-reborn (#5934)
|
||||||
* Allow releases & development on `*-stable` branches (#5926)
|
* Allow releases & development on `*-stable` branches (#5926)
|
||||||
* Add script/backport-pr (#5925)
|
* Add script/backport-pr (#5925)
|
||||||
|
@ -355,7 +354,7 @@
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* Exclude Gemfile by default (#5860)
|
* Exclude Gemfile by default (#5860)
|
||||||
* Convertible#validate_permalink!: ensure the return value of data["permalink"] is a string before asking if it is empty (#5878)
|
* Convertible#validate_permalink!: ensure the return value of `data["permalink"]` is a string before asking if it is empty (#5878)
|
||||||
* Allow abbreviated post dates (#5920)
|
* Allow abbreviated post dates (#5920)
|
||||||
* Remove dependency on include from default about.md (#5903)
|
* Remove dependency on include from default about.md (#5903)
|
||||||
* Allow colons in `uri_escape` filter (#5957)
|
* Allow colons in `uri_escape` filter (#5957)
|
||||||
|
@ -416,7 +415,7 @@
|
||||||
* Switch to `https` when possible. (#5611)
|
* Switch to `https` when possible. (#5611)
|
||||||
* Update `_font-awesome.scss` to move .woff file before .ttf (#5614)
|
* Update `_font-awesome.scss` to move .woff file before .ttf (#5614)
|
||||||
* Update documentation on updating FontAwesome Iconset (#5655)
|
* Update documentation on updating FontAwesome Iconset (#5655)
|
||||||
* [site] Use defaults for docs and news-items (#5744)
|
* Use defaults for docs and news-items (#5744)
|
||||||
* Sort gems in `docs/_config.yml` (#5746)
|
* Sort gems in `docs/_config.yml` (#5746)
|
||||||
* Add missing class (#5791)
|
* Add missing class (#5791)
|
||||||
* Improve template docs (#5694)
|
* Improve template docs (#5694)
|
||||||
|
@ -477,7 +476,7 @@
|
||||||
* Update quickstart.md (#5758)
|
* Update quickstart.md (#5758)
|
||||||
* Correct minor typo (#5764)
|
* Correct minor typo (#5764)
|
||||||
* Fix a markdown link to look properly on the web (#5769)
|
* Fix a markdown link to look properly on the web (#5769)
|
||||||
* [docs] Info about the help command usage (#5312)
|
* Info about the help command usage (#5312)
|
||||||
* Add missing merge labels for jekyllbot (#5753)
|
* Add missing merge labels for jekyllbot (#5753)
|
||||||
* Fix broken links in documentation (#5736)
|
* Fix broken links in documentation (#5736)
|
||||||
* Docs: add `match_regex` and `replace_regex` filters (#5799)
|
* Docs: add `match_regex` and `replace_regex` filters (#5799)
|
||||||
|
@ -609,10 +608,10 @@
|
||||||
* Site: exclude README.md and .gitignore (#5304)
|
* Site: exclude README.md and .gitignore (#5304)
|
||||||
* Add link to Staticman (#5224)
|
* Add link to Staticman (#5224)
|
||||||
* Update url for OpenShift (#5320)
|
* Update url for OpenShift (#5320)
|
||||||
* [docs] add help for missing static_file e.g. on heroku (#5334)
|
* Add help for missing static_file e.g. on heroku (#5334)
|
||||||
* Add a line about updating theme-gems in the docs (#5318)
|
* Add a line about updating theme-gems in the docs (#5318)
|
||||||
* Explain how to copy a theme's files (#5335)
|
* Explain how to copy a theme's files (#5335)
|
||||||
* [docs] .md as default extension in examples (#5316)
|
* .md as default extension in examples (#5316)
|
||||||
* Fix small typo in docs (#5347)
|
* Fix small typo in docs (#5347)
|
||||||
* Add missing period to sentence in first paragraph. (#5372)
|
* Add missing period to sentence in first paragraph. (#5372)
|
||||||
* added jekyll-spotify plugin (#5369)
|
* added jekyll-spotify plugin (#5369)
|
||||||
|
@ -621,7 +620,7 @@
|
||||||
* Add documentation for `relative_url` and `absolute_url` (#5405)
|
* Add documentation for `relative_url` and `absolute_url` (#5405)
|
||||||
* Bugfix on logo in JSON-LD (#5421)
|
* Bugfix on logo in JSON-LD (#5421)
|
||||||
* Fix Travis.ci documentation (#5413)
|
* Fix Travis.ci documentation (#5413)
|
||||||
* [docs] Update documentation regarding `bundle install` after `jekyll new` (#5428)
|
* Update documentation regarding `bundle install` after `jekyll new` (#5428)
|
||||||
* Replace classic box-sizing reset with inheritance reset (#5411)
|
* Replace classic box-sizing reset with inheritance reset (#5411)
|
||||||
* Update Wikipedia YAML list link (#5452)
|
* Update Wikipedia YAML list link (#5452)
|
||||||
* Add Jekyll 3.3 release post (#5442)
|
* Add Jekyll 3.3 release post (#5442)
|
||||||
|
@ -925,7 +924,7 @@
|
||||||
* Fix broken links to the Code of Conduct (#4436)
|
* Fix broken links to the Code of Conduct (#4436)
|
||||||
* Upgrade notes: mention trailing slash in permalink; fixes #4440 (#4455)
|
* Upgrade notes: mention trailing slash in permalink; fixes #4440 (#4455)
|
||||||
* Add hooks to the plugin categories toc (#4463)
|
* Add hooks to the plugin categories toc (#4463)
|
||||||
* [add note] Jekyll 3 requires newer version of Ruby. (#4461)
|
* Jekyll 3 requires newer version of Ruby. (#4461)
|
||||||
* Fix typo in upgrading docs (#4473)
|
* Fix typo in upgrading docs (#4473)
|
||||||
* Add note about upgrading documentation on jekyllrb.com/help/ (#4484)
|
* Add note about upgrading documentation on jekyllrb.com/help/ (#4484)
|
||||||
* Update Rake link (#4496)
|
* Update Rake link (#4496)
|
||||||
|
@ -993,7 +992,7 @@
|
||||||
* Fix deep_merge_hashes! handling of drops and hashes (#4359)
|
* Fix deep_merge_hashes! handling of drops and hashes (#4359)
|
||||||
* Page should respect output extension of its permalink (#4373)
|
* Page should respect output extension of its permalink (#4373)
|
||||||
* Disable auto-regeneration when running server detached (#4376)
|
* Disable auto-regeneration when running server detached (#4376)
|
||||||
* Drop#[]: only use public_send for keys in the content_methods array (#4388)
|
* Drop#: only use public_send for keys in the content_methods array (#4388)
|
||||||
* Extract title from filename successfully when no date. (#4195)
|
* Extract title from filename successfully when no date. (#4195)
|
||||||
|
|
||||||
### Development Fixes
|
### Development Fixes
|
||||||
|
|
|
@ -6,25 +6,18 @@ version: 1.1.1
|
||||||
categories: [release]
|
categories: [release]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Coming just 10 days after the release of v1.1.0, v1.1.1 is out with a patch for
|
||||||
|
the nasty excerpt inception bug ([#1339]({{ site.repository }}/issues/1339)) and
|
||||||
|
non-zero exit codes for invalid commands ([#1338]({{ site.repository
|
||||||
|
}}/issues/1338)).
|
||||||
|
|
||||||
Coming just 10 days after the release of v1.1.0, v1.1.1 is out with a patch for the nasty
|
To all those affected by the [strange excerpt bug in v1.1.0]({{ site.repository
|
||||||
excerpt inception bug ([#1339][]) and non-zero exit codes for invalid commands
|
}}/issues/1321), I'm sorry. I think we have it all patched up and it should be
|
||||||
([#1338][]).
|
deployed to [GitHub Pages](https://pages.github.com/) in the next couple weeks.
|
||||||
|
Thank you for your patience!
|
||||||
|
|
||||||
To all those affected by the [strange excerpt bug in v1.1.0][#1321], I'm sorry. I think we
|
If you're checking out v1.1.x for the first time, definitely check out [what
|
||||||
have it all patched up and it should be deployed to [GitHub Pages][gh_pages] in the next
|
shipped with v1.1.0!]({{ site.repository }}/releases/tag/v1.1.0)
|
||||||
couple weeks. Thank you for your patience!
|
|
||||||
|
|
||||||
If you're checking out v1.1.x for the first time, definitely check out [what shipped with
|
See the [GitHub Release]({{ site.repository }}/releases/tag/v1.1.1) page for
|
||||||
v1.1.0!][v1_1_0]
|
more a more detailed changelog for this release.
|
||||||
|
|
||||||
See the [GitHub Release][] page for more a more detailed changelog for this release.
|
|
||||||
|
|
||||||
{% assign issue_numbers = "1339|1338|1321" | split: "|" %}
|
|
||||||
{% for issue in issue_numbers %}
|
|
||||||
[#{{ issue }}]: {{ site.repository }}/issues/{{ issue }}
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
[GitHub Release]: {{ site.repository }}/releases/tag/v1.1.1
|
|
||||||
[gh_pages]: https://pages.github.com/
|
|
||||||
[v1_1_0]: {{ site.repository }}/releases/tag/v1.1.0
|
|
||||||
|
|
Loading…
Reference in New Issue