Skip to content

Commit 3f39e6b

Browse files
Ben Simapuredanger
authored andcommitted
Escape sharp character
It seems that, without escaping, both # characters disappear. Adding a single backslash to the first # also fixes the second....
1 parent f13f2bb commit 3f39e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/guides/spec.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ In addition to `explain`, you can use https://clojure.github.io/clojure/branch-m
202202

203203
[NOTE]
204204
====
205-
This result also demonstrates the new namespace map literal syntax added in 1.9.0-alpha8. Maps may be prefixed with `#:` or `#::` (for autoresolve) to specify a default namespace for all keys in the map. In this example, this is equivalent to `{:clojure.spec.alpha/problems ...}`
205+
This result also demonstrates the new namespace map literal syntax added in 1.9.0-alpha8. Maps may be prefixed with `\#:` or `#::` (for autoresolve) to specify a default namespace for all keys in the map. In this example, this is equivalent to `{:clojure.spec.alpha/problems ...}`
206206
====
207207

208208
== Entity Maps

0 commit comments

Comments
 (0)