console.log """
- Civet #{version}
+ Civet
"""
@@ -552,7 +552,8 @@ first slash is not immediately followed by a space. Instead of `/ x /`
write `/\ x /` or `/[ ]x /` (or more escaped forms like `/[ ]x[ ]/`).
In addition, you can use `///...///` to write multi-line regular expressions
-that ignore top-level whitespace and single-line comments:
+that ignore top-level whitespace and single-line comments, and interpolates
+`${expression}` like in template literals: