84 lines
1.7 KiB
HTML
84 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de"
|
||
dir="ltr">
|
||
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width">
|
||
<title>Markdown Tables Suck | Jan Kremer</title>
|
||
|
||
<link rel="stylesheet" href="/css/main.min.44d337144c40b1101874ef25bbc4d48bb4bb38e7cdd285c9396c8dfa51b92d03.css" integrity="sha256-RNM3FExAsRAYdO8lu8TUi7S7OOfN0oXJOWyN+lG5LQM=" crossorigin="anonymous">
|
||
|
||
|
||
|
||
|
||
<script data-goatcounter="https://jankremer.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
||
|
||
|
||
|
||
</head>
|
||
|
||
<body>
|
||
<header>
|
||
<h1 class="title"><a href="/">Jan Kremer</a></h1>
|
||
|
||
<nav>
|
||
<ul>
|
||
<li>
|
||
<a href="/">Home</a>
|
||
</li>
|
||
<li>
|
||
<a href="/blog/">Blog</a>
|
||
</li>
|
||
<li>
|
||
<a aria-current="true" class="ancestor" href="/micro/">Microblog</a>
|
||
</li>
|
||
<li>
|
||
<a href="/photos/">Fotos</a>
|
||
</li>
|
||
<li>
|
||
<a href="/about/">Über mich</a>
|
||
</li>
|
||
</ul>
|
||
</nav>
|
||
|
||
|
||
</header>
|
||
<main>
|
||
|
||
<article>
|
||
|
||
|
||
<time datetime="2023-12-25T16:28:52+01:00">2023-12-25</time>
|
||
<br>
|
||
|
||
<h1>Markdown Tables Suck</h1>
|
||
|
||
<p class="lead"></p>
|
||
|
||
<p>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.</p>
|
||
<p>Org Mode does much better, but isn’t perfect either.</p>
|
||
<p>Don’t get me wrong. It’s nice to have a simple tool for simple tables.
|
||
But sometimes I need more customizability.</p>
|
||
|
||
</article>
|
||
|
||
<hr>
|
||
<div class="tags">
|
||
<ul>
|
||
<li><a href="/tags/micro/">Micro</a></li>
|
||
</ul>
|
||
</div>
|
||
|
||
|
||
</main>
|
||
<footer>
|
||
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">BY-SA 4.0</a>   ☙   Jan Kremer   ❧
|
||
  2021–2024</p>
|
||
|
||
</footer>
|
||
</body>
|
||
|
||
</html>
|