Init: neue Webseite
This commit is contained in:
commit
3470b542d5
188 changed files with 7271 additions and 0 deletions
15
content/micro/markdown-tables.md
Normal file
15
content/micro/markdown-tables.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Markdown Tables Suck
|
||||
date: 2023-12-25T16:28:52+01:00
|
||||
tags:
|
||||
- micro
|
||||
showComments: false
|
||||
---
|
||||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue