diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-09-10 22:14:35 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-09-10 22:14:35 +0200 |
commit | 6a1cfc69868bdbdee67af26229cdf1a32c0ad7ec (patch) | |
tree | e239c76a13df78058e7b7ee90cc43cc245fba48c /gsp.5 | |
parent | 04fbbb7ee058680de2ee1794d84be7a2a3ac5f2d (diff) |
Remove useless escapes
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 |