forked from phoedos/pmd
[doc] Fix styling for details sections
using parse_block_html:true destroyed shuffle_panel on index.md...
This commit is contained in:
parent
40d7bad89b
commit
ba63a16d4c
@ -61,6 +61,7 @@ feedback_disable: true
|
|||||||
# if you uncomment the previous line, it changes where the feedback link points to
|
# if you uncomment the previous line, it changes where the feedback link points to
|
||||||
|
|
||||||
|
|
||||||
|
# filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
highlighter: rouge
|
highlighter: rouge
|
||||||
kramdown:
|
kramdown:
|
||||||
@ -70,8 +71,10 @@ kramdown:
|
|||||||
syntax_highlighter: rouge
|
syntax_highlighter: rouge
|
||||||
syntax_highlighter_opts:
|
syntax_highlighter_opts:
|
||||||
css_class: 'highlight'
|
css_class: 'highlight'
|
||||||
parse_block_html: true
|
parse_block_html: false
|
||||||
# filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways
|
# selectively enable kramdown parsing for block html elements with attribute 'markdown="block"'
|
||||||
|
# see https://kramdown.gettalong.org/syntax.html
|
||||||
|
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
tooltips:
|
tooltips:
|
||||||
|
@ -38,6 +38,10 @@ details {
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details.no-background {
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
details p {
|
details p {
|
||||||
padding: 5px 10px 5px;
|
padding: 5px 10px 5px;
|
||||||
background: white;
|
background: white;
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: 3rd party rulesets
|
title: 3rd party rulesets
|
||||||
|
# language_name is used by shuffle_panel in index.md
|
||||||
|
language_name: 3rd party rulesets
|
||||||
tags: [rule_references, userdocs]
|
tags: [rule_references, userdocs]
|
||||||
summary: Lists rulesets and rules from the community
|
summary: Lists rulesets and rules from the community
|
||||||
permalink: pmd_userdocs_3rdpartyrulesets.html
|
permalink: pmd_userdocs_3rdpartyrulesets.html
|
||||||
|
@ -36,7 +36,7 @@ provided feedback and/or PRs!
|
|||||||
A detailed documentation of required changes are available in the [Migration Guide for PMD 7]({{ baseurl }}pmd_userdocs_migrating_to_pmd7.html).
|
A detailed documentation of required changes are available in the [Migration Guide for PMD 7]({{ baseurl }}pmd_userdocs_migrating_to_pmd7.html).
|
||||||
|
|
||||||
{% if is_release_notes_processor %}
|
{% if is_release_notes_processor %}
|
||||||
<details>
|
<details markdown="block" class="no-background">
|
||||||
<summary markdown="span">Expand to see Release Notes
|
<summary markdown="span">Expand to see Release Notes
|
||||||
</summary>
|
</summary>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -248,7 +248,7 @@ The following previously deprecated rules have been finally removed:
|
|||||||
The following previously deprecated rulesets have been removed. These were the left-over rulesets from PMD 5.
|
The following previously deprecated rulesets have been removed. These were the left-over rulesets from PMD 5.
|
||||||
The rules have been moved into categories with PMD 6.
|
The rules have been moved into categories with PMD 6.
|
||||||
|
|
||||||
<details>
|
<details markdown="block">
|
||||||
<summary markdown="span">List of deprecated rulesets
|
<summary markdown="span">List of deprecated rulesets
|
||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
@ -768,8 +768,9 @@ full list of PRs.
|
|||||||
* Days since last release (6.55.0): 377
|
* Days since last release (6.55.0): 377
|
||||||
* Days since last release (7.0.0-rc4): 160
|
* Days since last release (7.0.0-rc4): 160
|
||||||
|
|
||||||
|
{% endtocmaker %}
|
||||||
|
|
||||||
{% if is_release_notes_processor %}
|
{% if is_release_notes_processor %}
|
||||||
</details>
|
</details>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endtocmaker %}
|
|
||||||
|
@ -51,7 +51,7 @@ Contributors: [Clément Fournier](https://github.com/oowekyala) (@oowekyala),
|
|||||||
[Andreas Dangel](https://github.com/adangel) (@adangel),
|
[Andreas Dangel](https://github.com/adangel) (@adangel),
|
||||||
[Juan Martín Sotuyo Dodero](https://github.com/jsotuyod) (@jsotuyod)
|
[Juan Martín Sotuyo Dodero](https://github.com/jsotuyod) (@jsotuyod)
|
||||||
|
|
||||||
<div class="alert alert-info" role="alert"><i class="fas fa-info-circle"></i> <b>Note:</b>
|
<div class="alert alert-info" role="alert" markdown="block"><i class="fas fa-info-circle"></i> <b>Note:</b>
|
||||||
The full detailed documentation of the changes to the Java AST are available in the
|
The full detailed documentation of the changes to the Java AST are available in the
|
||||||
[Migration Guide for PMD 7](pmd_userdocs_migrating_to_pmd7.html#java-ast)
|
[Migration Guide for PMD 7](pmd_userdocs_migrating_to_pmd7.html#java-ast)
|
||||||
</div>
|
</div>
|
||||||
@ -666,7 +666,7 @@ The rules have been moved into categories with PMD 6.
|
|||||||
|
|
||||||
## 💥 Compatibility and Migration Notes
|
## 💥 Compatibility and Migration Notes
|
||||||
|
|
||||||
<div class="alert alert-info" role="alert"><i class="fas fa-info-circle"></i> <b>Note:</b>
|
<div class="alert alert-info" role="alert" markdown="block"><i class="fas fa-info-circle"></i> <b>Note:</b>
|
||||||
The full detailed documentation of the changes are available in the
|
The full detailed documentation of the changes are available in the
|
||||||
[Migration Guide for PMD 7](pmd_userdocs_migrating_to_pmd7.html)
|
[Migration Guide for PMD 7](pmd_userdocs_migrating_to_pmd7.html)
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user