diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-15 18:38:39 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-15 18:38:39 -0500 |
| commit | b941697860bac7d649abcb3699511bb26422f59c (patch) | |
| tree | 83bf65ed0ce2e70d2f3b4ad16dd3b79c17c939fa /content | |
| parent | 925b4e15824f20ed26144237a7dd19b8f7efc07a (diff) | |
| download | samanthony.xyz-b941697860bac7d649abcb3699511bb26422f59c.zip | |
font stack; tweak spacing
Diffstat (limited to 'content')
| -rw-r--r-- | content/_index.html | 2 | ||||
| -rw-r--r-- | content/articles/header-test.md | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/content/_index.html b/content/_index.html index 6c31210..67fad6c 100644 --- a/content/_index.html +++ b/content/_index.html @@ -8,7 +8,7 @@ draft: false /* _nop() has been deprecated; use __nop() */<br> #define _nop() __nop() </code> -<cite>—excerpt from <a href="https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/xc8"><code>pic.h</code></a></cite> +<cite>—excerpt from <a href="https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/xc8"><span class="mono">pic.h</span></a></cite> </blockquote> <h1>About</h1> diff --git a/content/articles/header-test.md b/content/articles/header-test.md index d8686ed..e401e77 100644 --- a/content/articles/header-test.md +++ b/content/articles/header-test.md @@ -5,10 +5,16 @@ tags = [] draft = true +++ +Lorem ipsum dolor sit amet. + # First level +Lorem ipsum dolor sit amet. + ## Second level +Lorem ipsum dolor sit amet. + ### Third level Lorem ipsum dolor sit amet. |