19 lines
502 B
Markdown
19 lines
502 B
Markdown
## Test Post
|
|
|
|
This is an example of rendering a page of mostly styled html from markdown
|
|
|
|
I'm *hoping* that this works.
|
|
|
|
|
|
#!python
|
|
# Some python script would look like this
|
|
print("hello world.")
|
|
|
|
|
|
You can also have code inline like `this`.
|
|
|
|
[Here](https://www.example.com) is a link for good measure.
|
|
|
|
## Image test
|
|
|
|
<img alt="My odroid MC1 and N2 cluster" style="max-height: 500px;" src="https://gitlab.inkletblot.com/inkletblot/simple-blog-api/-/raw/master/assets/odroid-cluster-2.jpg" /> |