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-06 12:43:36 +09:30

15 lines
314 B
Markdown

## Test Ground
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.