diff options
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. |