Convert frontmatter from YAML to TOML
This commit is contained in:
parent
709cb556c1
commit
b1e32b2c9f
15 changed files with 78 additions and 84 deletions
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
title: Markdown Tables Suck
|
||||
date: 2023-12-25T16:28:52+01:00
|
||||
tags:
|
||||
- micro
|
||||
---
|
||||
+++
|
||||
date = '2023-12-25T16:28:52+01:00'
|
||||
tags = ['micro']
|
||||
title = 'Markdown Tables Suck'
|
||||
+++
|
||||
|
||||
Tables are arguably the worst part of Markdown.
|
||||
No horizontal lines except for the mandatory one at the top.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue