Auto merge of #13772 - noritada:minor/set-experimental-attr-to-changelog-draft, r=lnicola
minor: Set the `experimental` AsciiDoc document attribute to generated draft changelog This PR sets the `experimental` AsciiDoc document attribute to generated draft changelog. That attribute is required by the keyboard macro (`kbd:[...]`). This change of the draft will prevent issues like https://github.com/rust-analyzer/rust-analyzer.github.io/pull/191 .
This commit is contained in:
commit
95671d53ea
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ pub(crate) fn get_changelog(
|
|||
"\
|
||||
= Changelog #{}
|
||||
:sectanchors:
|
||||
:experimental:
|
||||
:page-layout: post
|
||||
|
||||
Commit: commit:{}[] +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue