22 lines
369 B
Markdown
22 lines
369 B
Markdown
---
|
|
title: "Exmaple"
|
|
date: 2021-06-02
|
|
draft: false
|
|
---
|
|
|
|
## 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.
|