Move from Hugo to Zola
This commit is contained in:
parent
aa8a58141d
commit
4c1aa547e1
51 changed files with 353 additions and 563 deletions
|
|
@ -1,14 +1,14 @@
|
|||
+++
|
||||
date = '2023-12-25T16:28:52+01:00'
|
||||
tags = ['micro']
|
||||
title = 'Markdown Tables Suck'
|
||||
title = "Markdown Tables Suck"
|
||||
date = 2023-12-25T16:28:52+01:00
|
||||
tags = [ "micro" ]
|
||||
+++
|
||||
|
||||
Tables are arguably the worst part of Markdown.
|
||||
No horizontal lines except for the mandatory one at the top.
|
||||
The only feature is the possibility to align cells.
|
||||
Tables are arguably the worst part of Markdown. No horizontal lines except for
|
||||
the mandatory one at the top. The only feature is the possibility to align
|
||||
cells.
|
||||
|
||||
Org Mode does much better, but isn't perfect either.
|
||||
|
||||
Don't get me wrong. It's nice to have a simple tool for simple tables.
|
||||
But sometimes I need more customizability.
|
||||
Don't get me wrong. It's nice to have a simple tool for simple tables. But
|
||||
sometimes I need more customizability.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue