mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 06:35:41 +01:00
This standardises all my markdown files to have no leading newline after the `---` that ends the frontmatter. This makes display on Gemini (in which newlines matter) much more consistent! I can't spot any errors with the regex I used here, but there may be one or two articles that change shape — hopefully I can spot them and fix them!
14 lines
208 B
Markdown
14 lines
208 B
Markdown
---
|
|
date: "2009-10-29T00:58:32Z"
|
|
tags:
|
|
- imported
|
|
- from-twitter
|
|
---
|
|
```ruby
|
|
a = 1.0 Newton
|
|
b = 2.1 Newtons
|
|
a*b = 2.1 Kilogram Watts per Second
|
|
a/c = 0.3125 Kilograms squared
|
|
```
|
|
|
|
Happy with my work, bed now
|