From eb46f713640ebce77c5fd98a2810cace35c0fc83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 7 Nov 2025 14:09:12 +0100 Subject: [PATCH] Disable block-level Markdown in Bikeshed Skipping this gives a small performance improvement, and avoids having to escape what looks like numbered lists. Depends on https://github.com/speced/bikeshed/pull/3186. --- wattsi2bikeshed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wattsi2bikeshed.js b/wattsi2bikeshed.js index 20f387b6..73bed4bb 100644 --- a/wattsi2bikeshed.js +++ b/wattsi2bikeshed.js @@ -10,7 +10,7 @@ Text Macro: TWITTER htmlstandard Text Macro: LATESTRD 2025-01 Abstract: HTML is Bikeshed. Indent: 1 -Markup Shorthands: css off +Markup Shorthands: css off, markdown-block off Complain About: accidental-2119 off, missing-example-ids off Include MDN Panels: false `;