File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -565,9 +565,9 @@ where:
565
565
- ` .copy` shows the copy-to-clipboard button when present (hidden otherwise)
566
566
- ` title=“title of this code block”` adds a title to the code (none when absent)
567
567
568
- Do note that:
569
- - There is a space before ** and** after the opening curly brace ` { ` .
570
- - There is space before the closing curly brace ` }` .
568
+ > [ ! NOTE]
569
+ > - There is a space ** before and after ** the ** opening** curly brace ` { ` .
570
+ > - There is space ** before** the ** closing** curly brace ` }` .
571
571
572
572
573
573
[Source](https://squidfunk.github.io/mkdocs-material/reference/code-blocks/? h=copy+clipboard#code-copy-button)
@@ -615,7 +615,10 @@ The website uses the Markdown page of the glossary.
615
615
### Add a Package
616
616
617
617
> [!NOTE]
618
- > In this section, the terms Python **package** and **dependency** refer to the same thing.
618
+ > In this section:
619
+ >
620
+ > - the terms Python **package** and **dependency** refer to the same thing.
621
+ > - `XXX` denotes the name of the package to add
619
622
620
623
- **Create** a feature **branch** (aka. topic branch)
621
624
```shell
You can’t perform that action at this time.
0 commit comments