From 7c2b92785f8c4b5e596cacff8267d81d170bc345 Mon Sep 17 00:00:00 2001 From: daudix Date: Sun, 21 Jul 2024 22:05:32 +0300 Subject: [PATCH] Add table of contents on tricks page --- content/tricks/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/tricks/index.md b/content/tricks/index.md index 1a8c780..929ede8 100644 --- a/content/tricks/index.md +++ b/content/tricks/index.md @@ -6,6 +6,16 @@ title = "Tricks" Several lesser known Duckquill thingies. +## Table of Contents + +- [Styling](#styling) + - [Navbar](#navbar) + - [Headings](#headings) + - [Strikethrough](#strikethrough) + - [Edge Highlights](#edge-highlights) + - [Horizontal Rules](#horizontal-rules) + - [Background Image](#background-image) + ## Styling Duckquill is pretty easy to restyle with just a few lines of SCSS in the [appropriate location](@/_index.md#custom-stylesheets). Let's see some examples.