This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
simple-blog-api/posts/2021-06-02_uncategorised_Example.md
2021-06-13 17:38:34 +09:30

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" src="https://gitlab.inkletblot.com/inkletblot/simple-blog-api/-/raw/master/assets/odroid-cluster-2.jpg" style="max-height: 400px;" />