diff options
Diffstat (limited to 'gsp.5')
-rw-r--r-- | gsp.5 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,7 +14,7 @@ transpiler. The .Nm language allows you to structure data in the same manner as HTML while offering -an easier\-to\-read and less verbose syntax, and also some nice shortcuts. +an easier-to-read and less verbose syntax, and also some nice shortcuts. An example .Nm document might look as follows: @@ -76,7 +76,7 @@ As such, the following defines a footer with the attributes .Sq foo and .Sq bar -with two empty div\-nodes as children: +with two empty div-nodes as children: .Pp .Bd -literal -offset indent footer foo bar { div{} div{} } @@ -194,7 +194,7 @@ p {- The typical behavior of .Nm is to compact whitespace. -Here you can see a before\-and\-after of transpilation: +Here you can see a before-and-after of transpilation: .Bd -literal -offset indent Before |