15 lines
312 B
Markdown
15 lines
312 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. |