From 501ddd0110aee0eda9c7453a6875a8926bece6f9 Mon Sep 17 00:00:00 2001 From: Marcin Wojnarski <> Date: Thu, 8 Apr 2021 19:19:27 +0200 Subject: [PATCH] docs: qualifiers --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index dadc7ae..ca9a112 100644 --- a/docs/index.md +++ b/docs/index.md @@ -192,7 +192,7 @@ was inspired by indentation-based templating languages: [Slim](http://slim-lang.com/), [Plim](https://plim.readthedocs.io/en/latest/index.html), [Shpaml](http://shpaml.com/), [Haml](https://haml.info/). -

Dedication

+

Dedication

_I dedicate this project to my sons, Franciszek Józef and Brunon Piotr._   - Marcin Wojnarski @@ -730,7 +730,7 @@ of a field separator. ### Non-standard prefix operators -There are two unary prefix operators that identify variables and tags inside expressions: +There are two unary prefix operators, that identify variables and tags inside expressions: - The _variable embedding_ (`$`) operator can precede a variable name (`$VAR`, without space) in an expression, which is equivalent to a normal occurrence of the same name without a leading `$` character.