Dzoukr/Fue

<| in template "closing tag"

Closed this issue · 1 comments

Given
init
|> add "multiply" (fun (x: string) -> (int x) * 2)
|> fromText """ {{{multiply <| '2'}}}"""

The output is {{{multiply <| '2'}}}></| '2'}}}>

Pipe backward operator is not supported - only pipe forward one |>. I should add this to documentation.