From e304cb5dcab4ffdcfbcef55db1b0d4e55019a70a Mon Sep 17 00:00:00 2001 From: MoPaMo <67760881+MoPaMo@users.noreply.github.com> Date: Wed, 26 May 2021 12:52:45 +0200 Subject: [PATCH] Make HTML in docs valid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit You were missing an ``-starter tag, so users who copy-pasted the code would have experienced errors - not a very good first impression… (Furthermore, I changed `` to ``since that's just more common) --- docs/src/docPages/installation/cdn.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/docPages/installation/cdn.md b/docs/src/docPages/installation/cdn.md index 1335fdf3..cdc25f7d 100644 --- a/docs/src/docPages/installation/cdn.md +++ b/docs/src/docPages/installation/cdn.md @@ -2,7 +2,8 @@ For testing purposes or demos, use our [Skypack](https://www.skypack.dev/) CDN builds. Here are the few lines of code you need to get started: ```html - + +