small fix for shiki link transformer
This commit is contained in:
parent
4fbb038c0d
commit
ab44ad8128
3 changed files with 20 additions and 31 deletions
|
@ -3,9 +3,11 @@ layout: "@layouts/ConfigLayout.astro"
|
|||
title: "Configuration"
|
||||
description: "Configuring the shell"
|
||||
---
|
||||
import MD_Title from "@components/MD_Title.tsx"
|
||||
|
||||
import MD_Title from "@components/MD_Title.tsx";
|
||||
|
||||
# <MD_Title titleVar={1}> {frontmatter.title} </MD_Title>
|
||||
|
||||
You should start with the [Introduction](./configuration/intro) which will guide you
|
||||
through the basics of QML by creating a simple topbar with a clock.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue