From 875502c826ea390854782619b1612e9ee1314b9f Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 21 May 2023 11:03:59 +0200 Subject: [PATCH] Fix anchor in demo --- content/posts/example-should-never-be-published/index.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/content/posts/example-should-never-be-published/index.md b/content/posts/example-should-never-be-published/index.md index 75e36b5..4ac7598 100644 --- a/content/posts/example-should-never-be-published/index.md +++ b/content/posts/example-should-never-be-published/index.md @@ -15,16 +15,12 @@ This is a paragraph and should look like it. It is probably left align, not just ##### Heading 5 ###### Heading 6 -This is a [link](#). +This is a [link]({{< ref "#" >}}). Here's an abbreviation: HTML. *[HTML]: Hyper Text Markup Language -Here's a button - -[](#) - * **Bold text** * *Italic text* * Underlined text @@ -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. -Link to another section: [link](#-applying-to-python--poetry) +Link to another section: [link]({{< ref "#-applying-to-python--poetry" >}}) ## 🐍 Applying to Python & Poetry ### Install the dependencies