Skip to content

Commit

Permalink
docs: qualifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Wojnarski committed Apr 8, 2021
1 parent 1b07459 commit db55373
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ 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/).

<h2>Dedication</h2>
<h3 style='font-size:24px'>Dedication</h2>

I dedicate this project to my sons, Franciszek Józef and Brunon Piotr. &nbsp; (-Marcin Wojnarski)
_I dedicate this project to my sons, Franciszek Józef and Brunon Piotr._ &nbsp; - Marcin Wojnarski

<!--<p style='text-align:right'> (Marcin Wojnarski)</p>-->

Expand Down Expand Up @@ -742,7 +742,7 @@ There are two unary prefix operators that identify variables and tags inside exp
which is not possible otherwise. This can be used, for example, to directly invoke tag expansion,
like in `%div('this is body')`, passing a plain-text _body_ string and skipping the creation of an intermediate DOM
as would be the case if a full-blown [tagged block](#tagged-blocks) were used.
Inside expressions, tags are callable. They behave like functions (the call invokes tag expansion)
Inside expressions, tags are callable (the call invokes tag expansion)
and can be passed positional and keyword arguments, which are interpreted as tag attributes;
the first postitional argument is always interpreted as a _body_ attribute, even for a void tag.

Expand Down

0 comments on commit db55373

Please sign in to comment.