From 2d55b77e60bfb66fd9e0849fcea2a6624199869e Mon Sep 17 00:00:00 2001 From: Maxim Markin <68472891+stenus@users.noreply.github.com> Date: Mon, 3 Jan 2022 18:57:26 +0300 Subject: [pug/en] Fix typos in mixins (#4113) --- pug.html.markdown | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'pug.html.markdown') diff --git a/pug.html.markdown b/pug.html.markdown index 0187f1e0..1bc49f64 100644 --- a/pug.html.markdown +++ b/pug.html.markdown @@ -183,9 +183,9 @@ style include styles/theme.css //- ---MIXIN--- -mixin basic() +mixin basic div Hello -+basic("Bob") ++basic //-
Hello
mixin comment(name, comment) @@ -193,7 +193,11 @@ mixin comment(name, comment) span.comment-name= name div.comment-text= comment +comment("Bob", "This is Awesome") -//-
Hello
+//- +
+ Bob +
This is Awesome
+
``` -- cgit v1.2.3