From b9b78db633fa178d885c309ed2327f142182821b Mon Sep 17 00:00:00 2001 From: ruinivist Date: Sun, 21 Jun 2026 17:47:02 +0000 Subject: [PATCH] docs: update looks file --- content/docs/how-it-looks.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/content/docs/how-it-looks.md b/content/docs/how-it-looks.md index d69f6fe..93c85fc 100644 --- a/content/docs/how-it-looks.md +++ b/content/docs/how-it-looks.md @@ -7,9 +7,17 @@ math = true Use this page as a glance test for the Markdown pieces that show up most often. +# heading 1 + +## heading 2 + +### heading 3 + +#### heading 4 + ## Text -Plain text can include **bold**, *italic*, `inline code`, and [links](https://gohugo.io/). +Plain text can include **bold**, _italic_, `inline code`, and [links](https://gohugo.io/). > A blockquote should stand apart from the surrounding text without needing extra layout. @@ -46,11 +54,11 @@ $$ ## Table -| Feature | Markdown | Render check | -| --- | --- | --- | -| Inline code | `` `value` `` | `value` | -| Strong text | `**bold**` | **bold** | -| Emphasis | `*italic*` | *italic* | +| Feature | Markdown | Render check | +| ----------- | ------------- | ------------ | +| Inline code | `` `value` `` | `value` | +| Strong text | `**bold**` | **bold** | +| Emphasis | `*italic*` | _italic_ | ## Lists