parent
792437b2c6
commit
656772ff67
|
@ -1640,3 +1640,15 @@ b.conum * {
|
||||||
#index-link {
|
#index-link {
|
||||||
display: none
|
display: none
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul li > p > a {
|
||||||
|
|
||||||
|
> code {
|
||||||
|
color: #097dff;
|
||||||
|
}
|
||||||
|
&:hover {
|
||||||
|
> code {
|
||||||
|
color: #097dff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -78,6 +78,16 @@ _italic phrase_ & __char__acter__s__
|
||||||
* [ ] not checked
|
* [ ] not checked
|
||||||
* normal list item
|
* normal list item
|
||||||
|
|
||||||
|
=== Checklists code link
|
||||||
|
|
||||||
|
* https://asciidoctor.org[`@BootstrapWith`]
|
||||||
|
|
||||||
|
* https://asciidoctor.org[`@ContextConfiguration`]
|
||||||
|
|
||||||
|
* https://asciidoctor.org[`@WebAppConfiguration`]
|
||||||
|
|
||||||
|
* https://asciidoctor.org[`@ContextHierarchy`]
|
||||||
|
|
||||||
=== Definitions
|
=== Definitions
|
||||||
|
|
||||||
first term:: definition of first term
|
first term:: definition of first term
|
||||||
|
|
Loading…
Reference in New Issue