mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-04-18 00:46:42 +00:00
18 lines
177 B
Markdown
18 lines
177 B
Markdown
---
|
|
title: "Test post"
|
|
date: 2019-05-11T14:19:21-04:00
|
|
draft: false
|
|
---
|
|
|
|
Hello world
|
|
|
|
This is a test
|
|
|
|
{{<highlight python>}}
|
|
|
|
for x in range(0, 1):
|
|
print(x)
|
|
|
|
{{</highlight>}}
|
|
|