I forgot that suckless.org uses smu as the markdown interpreter. Here's a patch 
to this patch fixing that:

>From 4b38e9a4c43e0d7c6e7ff2d0df33b3d494f970c3 Mon Sep 17 00:00:00 2001
From: Job Bautista <[email protected]>
Date: Fri, 14 Aug 2020 19:43:17 +0800
Subject: [PATCH] Fix to comply with smu markup

Converted the two main types of layout to headers
Removed the list of layers for now while smu doesn't support further indenting
All instances of '``' are converted to a single underspace
---
 tools.suckless.org/x/svkbd/index.md | 25 +++++++++----------------
 1 file changed, 9 insertions(+), 16 deletions(-)

diff --git a/tools.suckless.org/x/svkbd/index.md 
b/tools.suckless.org/x/svkbd/index.md
index f81f15c1..c91470c3 100644
--- a/tools.suckless.org/x/svkbd/index.md
+++ b/tools.suckless.org/x/svkbd/index.md
@@ -24,22 +24,15 @@ Layouts
 

 The following layouts are available:
 

-* **Mobile Layouts:**
-    * ``mobile-intl`` - A small international layout optimised for mobile 
devices. This layout consists of multiple layers which
-        can be switched on the fly, and overlays that appear on long-press of 
certain keys, adding input ability for
-        diacritics and other variants, as well as some emoji. The layers are:
-        * a basic qwerty layer
-        * a layer for numeric input, arrows, and punctuation
-        * a layer for function keys, media keys, and arrows
-        * a cyrillic layer (ЙЦУКЕН)
-        * a dialer/numeric layer
-    * ``mobile-plain`` - This is a plain layout with only a qwerty layer and 
numeric/punctuation layer. It was
-        originally made for [sxmo](https://sr.ht/~mil/Sxmo/).
-* **Traditional layouts**:
-    * ``en`` - An english layout without layers (QWERTY)
-    * ``de`` - A german layout (QWERTZ)
-    * ``ru`` - A russian layout (ЙЦУКЕН)
-    * ``sh`` - A serbo-croatian layout using latin script (QWERTZ)
+### Mobile Layouts:
+* _mobile-intl_ - A small international layout optimised for mobile devices. 
This layout consists of multiple layers which can be switched on the fly, and 
overlays that appear on long-press of certain keys, adding input ability for 
diacritics and other variants, as well as some emoji.
+* _mobile-plain_ - This is a plain layout with only a qwerty layer and 
numeric/punctuation layer. It was originally made for 
[sxmo](https://sr.ht/~mil/Sxmo/).
+
+### Traditional layouts:
+* _en_ - An english layout without layers (QWERTY)
+* _de_ - A german layout (QWERTZ)
+* _ru_ - A russian layout (ЙЦУКЕН)
+* _sh_ - A serbo-croatian layout using latin script (QWERTZ)
 

 Usage
 -----
-- 

2.28.0

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to