Skip to content

Commit

Permalink
chore: fix markdown issues
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed May 19, 2024
1 parent fcb365b commit fe00c0f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

Standalone string interpolator and template processor

```shell
echo '${name} is{{ range seq ${count:-3} }} cool{{ end }}!' | sigil -p name=Sigil
```
$ echo '${name} is{{ range seq ${count:-3} }} cool{{ end }}!' | sigil -p name=Sigil

```text
Sigil is cool cool cool!
```

Expand Down Expand Up @@ -64,7 +67,7 @@ Instead of replacing all `{{` with `{{“{{”}}`, you can change the delimiters
by setting the `SIGIL_DELIMS` environment variable. It is the left and right
delimiter strings, separated by a coma.

```
```shell
SIGIL_DELIMS={{{,}}} sigil -i 'hello {{{ $name }}}' name=packer
```

Expand Down Expand Up @@ -104,4 +107,4 @@ documentation there.
## License

BSD
<img src="https://ga-beacon.appspot.com/UA-58928488-2/sigil/readme?pixel" />
![beacon](https://ga-beacon.appspot.com/UA-58928488-2/sigil/readme?pixel "beacon")

0 comments on commit fe00c0f

Please sign in to comment.