mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-21 23:38:03 +01:00
Fix anchor in demo
This commit is contained in:
parent
28483f870d
commit
875502c826
1 changed files with 2 additions and 6 deletions
|
@ -15,16 +15,12 @@ This is a paragraph and should look like it. It is probably left align, not just
|
||||||
##### Heading 5
|
##### Heading 5
|
||||||
###### Heading 6
|
###### Heading 6
|
||||||
|
|
||||||
This is a [link](#).
|
This is a [link]({{< ref "#" >}}).
|
||||||
|
|
||||||
Here's an abbreviation: HTML.
|
Here's an abbreviation: HTML.
|
||||||
|
|
||||||
*[HTML]: Hyper Text Markup Language
|
*[HTML]: Hyper Text Markup Language
|
||||||
|
|
||||||
Here's a button
|
|
||||||
|
|
||||||
[<button>Button</button>](#)
|
|
||||||
|
|
||||||
* **Bold text**
|
* **Bold text**
|
||||||
* *Italic text*
|
* *Italic text*
|
||||||
* <u>Underlined text</u>
|
* <u>Underlined text</u>
|
||||||
|
@ -96,7 +92,7 @@ Then, the `COPY --from` is used to retrieve the built binary from the first stag
|
||||||
|
|
||||||
In this extreme case, the final image weighs nothing more than the binary itself since `scratch` is a special empty image with no operating system.
|
In this extreme case, the final image weighs nothing more than the binary itself since `scratch` is a special empty image with no operating system.
|
||||||
|
|
||||||
Link to another section: [link](#-applying-to-python--poetry)
|
Link to another section: [link]({{< ref "#-applying-to-python--poetry" >}})
|
||||||
|
|
||||||
## 🐍 Applying to Python & Poetry
|
## 🐍 Applying to Python & Poetry
|
||||||
### Install the dependencies
|
### Install the dependencies
|
||||||
|
|
Loading…
Reference in a new issue