From 34d8d5f4c63455b4b11f940a6d1942ce6043c000 Mon Sep 17 00:00:00 2001 From: 5P5 <16976424+5P5@users.noreply.github.com> Date: Sun, 8 Sep 2024 15:09:28 +0200 Subject: [PATCH] Update preprocessing.md --- docs/preprocessing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/preprocessing.md b/docs/preprocessing.md index 28aa83b..80ee25e 100644 --- a/docs/preprocessing.md +++ b/docs/preprocessing.md @@ -291,7 +291,7 @@ Apart from those, the Pug preprocessor accepts: **Template blocks:** -Some of Svelte's template syntax is invalid in Pug. `svelte-preprocess` provides some pug mixins to represent svelte's `{#...}{/...}` blocks: `+if()`, `+else()`, `+elseif()`, `+each()`, `+key()`, `+await()`, `+then()`, `+catch()`, `+html()`, `+const()`, `+debug()`. +Some of Svelte's template syntax is invalid in Pug. `svelte-preprocess` provides some pug mixins to represent svelte's `{#...}{/...}` and `{@...}` blocks: `+if()`, `+else()`, `+elseif()`, `+each()`, `+key()`, `+await()`, `+then()`, `+catch()`, `+html()`, `+const()`, `+debug()`, `+snippet()`, `+render()`. ```pug ul