From 5c1a7c9509cb3ae5e42468e253c9b12fc24b3249 Mon Sep 17 00:00:00 2001 From: thislooksfun Date: Sat, 6 Feb 2021 20:51:05 -0600 Subject: [PATCH] chore: prevent formatting of svelte code block This is pending sveltejs/prettier-plugin-svelte#202 because currently it wants to add a newline to the end of the code block, which is really annoying. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fb8dec9..64317bc 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ npm i -D svelte-repo-card ## Usage + + ```svelte