From fe85a671717c90ca9e8f9519451b9ccf1348909b Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Wed, 18 Jan 2023 01:51:16 -0500 Subject: [PATCH] Clean up documentation (#500) --- css/elements.css | 2 +- spec/index.html | 777 ++++++++++++++++------------- src/lint/rules/variable-use-def.ts | 2 +- src/utils.ts | 8 +- 4 files changed, 446 insertions(+), 343 deletions(-) diff --git a/css/elements.css b/css/elements.css index eb3d9523..11b83b98 100644 --- a/css/elements.css +++ b/css/elements.css @@ -238,7 +238,7 @@ emu-note > div.note-contents > p:last-of-type { margin-bottom: 0; } -emu-table td code { +emu-table:not(.code) td code { white-space: normal; } diff --git a/spec/index.html b/spec/index.html index 6ac8b613..8a393292 100644 --- a/spec/index.html +++ b/spec/index.html @@ -1,9 +1,10 @@ Ecmarkup -
+