aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-10 22:14:35 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-09-10 22:14:35 +0200
commit6a1cfc69868bdbdee67af26229cdf1a32c0ad7ec (patch)
treee239c76a13df78058e7b7ee90cc43cc245fba48c
parent04fbbb7ee058680de2ee1794d84be7a2a3ac5f2d (diff)
Remove useless escapes
-rw-r--r--gsp.56
1 files 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