19 lines
366 B
Markdown
19 lines
366 B
Markdown
|
+++
|
||
|
title = "Little a metaprogramming, as a treat"
|
||
|
slug = "little-a-metaprogramming"
|
||
|
date = "2023-07-02"
|
||
|
[taxonomies]
|
||
|
tags = ["software", "rnd", "proclamation", "upscm", "rust", "macros"]
|
||
|
+++
|
||
|
|
||
|
check it out[^a_footnote]
|
||
|
|
||
|
![an image of something][an_image]
|
||
|
|
||
|
----
|
||
|
|
||
|
[^a_footnote]: this is a footnote
|
||
|
|
||
|
|
||
|
[an_image]: /images/programmers_creed.jpg "some kinda image idunno"
|