Skip to content

Commit

Permalink
Spacing in examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Jun 1, 2012
1 parent 47e78d0 commit eacc252
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/1-basics.md
Expand Up @@ -75,4 +75,4 @@ For instance, the following template renders the block text unchanged, even if i

%{ Hello ${struct.name}, how are you? }

This is especially useful for writing blog posts explaining wlang, using wlang itself. Therefore, it is a feature mostly needed by me ;-)
This is especially useful for writing blog posts explaining wlang, using wlang itself. Therefore, it is a feature mostly needed by me ;-)
2 changes: 1 addition & 1 deletion examples/2-imperative.md
Expand Up @@ -60,4 +60,4 @@ Renders an HTML list with the authors names. A separator can be specified throug

*{authors}{${name}}{, }

Will render 'Bernard, Louis'.
Will render 'Bernard, Louis'.
2 changes: 1 addition & 1 deletion examples/4-recursion.md
Expand Up @@ -31,4 +31,4 @@ For the example above, our menu rendering is initiated as follows:
>{menu_partial}
}

Note that it is important to keep empty menus in the source data to avoid infinite recursions due the parent scope that already binds a value under `menu`.
Note that it is important to keep empty menus in the source data to avoid infinite recursions due the parent scope that already binds a value under `menu`.
2 changes: 1 addition & 1 deletion examples/README.md
Expand Up @@ -8,4 +8,4 @@ The various example files are intended to be read *and* instantiated with the wl

wlang --auto-spacing examples/1-basics.md

WLang 2.0.0.beta has some remaining issues about the way it handles spacing. For HTML rendering, this is not necessarily a big issue but it might slightly complicate your learning. Please apologize.
WLang 2.0.0.beta has some remaining issues about the way it handles spacing. For HTML rendering, this is not necessarily a big issue but it might slightly complicate your learning. Please apologize.
2 changes: 1 addition & 1 deletion spec/integration/examples/1-basics.txt
Expand Up @@ -62,4 +62,4 @@ For instance, the following template renders the block text unchanged, even if i

Hello ${struct.name}, how are you?

This is especially useful for writing blog posts explaining wlang, using wlang itself. Therefore, it is a feature mostly needed by me ;-)
This is especially useful for writing blog posts explaining wlang, using wlang itself. Therefore, it is a feature mostly needed by me ;-)
2 changes: 1 addition & 1 deletion spec/integration/examples/2-imperative.txt
Expand Up @@ -48,4 +48,4 @@ Renders an HTML list with the authors names. A separator can be specified throug

Bernard,Louis

Will render 'Bernard, Louis'.
Will render 'Bernard, Louis'.
2 changes: 1 addition & 1 deletion spec/integration/examples/4-recursion.txt
Expand Up @@ -13,4 +13,4 @@ For the example above, our menu rendering is initiated as follows:
</ul>
</ul>

Note that it is important to keep empty menus in the source data to avoid infinite recursions due the parent scope that already binds a value under `menu`.
Note that it is important to keep empty menus in the source data to avoid infinite recursions due the parent scope that already binds a value under `menu`.

0 comments on commit eacc252

Please sign in to comment.