first post! testing...
My first official blog post. Just wanted to test the rendering in various scenarios, in my editor and in github.
heading2
a paragraph. italic bold strike-through
quote
nested quote
heading3
- unordered
- list
- ordered
- list
- sub-list
- not done
- done
Some inline code.
Code snippets:
# comment
class Example:
def a_python_function(self) -> None:
pass
typedef struct {
uint8_t x;
bool y;
} ExampleStruct_t;
relative picture:

table:
| table col 1 | col 2 |
|---|---|
| a1 | b1 |
| a2 | b2 |
collapsible details section
the stuff inside
# markdown inside
re-kick ci.