|
|
|
@ -1,6 +1,7 @@
|
|
|
|
title = 'Testing'
|
|
|
|
title = 'Testing'
|
|
|
|
subtitle = 'In which we test my post renderer works correctly.'
|
|
|
|
subtitle = 'In which we test my post renderer works correctly.'
|
|
|
|
author = 'Tom Panton'
|
|
|
|
author = 'Tom Panton'
|
|
|
|
|
|
|
|
tags = []
|
|
|
|
published = '2022-06-05T11:00:13.318217Z'
|
|
|
|
published = '2022-06-05T11:00:13.318217Z'
|
|
|
|
---
|
|
|
|
---
|
|
|
|
# Heading
|
|
|
|
# Heading
|
|
|
|
@ -14,6 +15,7 @@ testing that _italics_ work and ~~strikethrough~~!
|
|
|
|
| aiwdio w | apwidho |
|
|
|
|
| aiwdio w | apwidho |
|
|
|
|
|
|
|
|
|
|
|
|
```ruby
|
|
|
|
```ruby
|
|
|
|
|
|
|
|
@@main.rb@@
|
|
|
|
def fib(n)
|
|
|
|
def fib(n)
|
|
|
|
if n == 0 then
|
|
|
|
if n == 0 then
|
|
|
|
0
|
|
|
|
0
|
|
|
|
|