From 6a1cfc69868bdbdee67af26229cdf1a32c0ad7ec Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 10 Sep 2023 22:14:35 +0200 Subject: Remove useless escapes --- gsp.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gsp.5 b/gsp.5 index a147547..87b1af8 100644 --- a/gsp.5 +++ b/gsp.5 @@ -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 -- cgit v1.2.3