From b945c23345888dc1d671f4b35bf33b0e26bb452d Mon Sep 17 00:00:00 2001
From: Alexandre Kaspar <akaspar@mit.edu>
Date: Fri, 25 Oct 2019 14:49:33 -0400
Subject: [PATCH] Horizontal table

---
 index.html | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/index.html b/index.html
index e62e1e5..8d49167 100644
--- a/index.html
+++ b/index.html
@@ -332,15 +332,9 @@ Let's deconstruct that:
 
 Or in a table:
 
-| `CKDIV8` | 0 |
-| -------- | - |
-| `CKOUT`  | 1 |
-| `SUT1`   | 0 |
-| `SUT0`   | 1 |
-| `CKSEL3` | 1 |
-| `CKSEL2` | 1 |
-| `CKSEL1` | 1 |
-| `CKSEL0` | 0 |
+| Fuse | `CKDIV8` | `CKOUT` | `SUT1` | `SUT0` | `CKSEL3` | `CKSEL2` | `CKSEL1` | `CKSEL0` |
+| ---- | -------- | ------- | ------ | ------ | -------- | -------- | -------- | -------- |
+| Value | 0       | 1       | 0      | 1      | 1        | 1        | 1        | 0        |
 
 
 The last four bits are about the clock selection, and their default value `0010` stands for the 8MHz internal RC oscillator as source of the clock.
-- 
GitLab