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

a link to google

  • unordered
  • list
  1. ordered
  2. list
    1. 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;

link to relative file

relative picture:

pic

table:

table col 1 col 2
a1 b1
a2 b2
collapsible details section

the stuff inside

# markdown inside

re-kick ci.