From e2c939b57527c50e24f328601013afa150b6efa6 Mon Sep 17 00:00:00 2001 From: Matt Wildig Date: Tue, 22 May 2012 22:14:32 +0100 Subject: [PATCH] Fix links in REFERENCE.md The string `#{` was causing any yard links later in the file not to be rendered (e.g. the literal "{Haml::Helpers}" is left in the html). Close the open brace so yard creates the links correctly. --- REFERENCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REFERENCE.md b/REFERENCE.md index f4ea2f6d..949fdfdc 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -1098,7 +1098,7 @@ and might compile to

This is scrumptious cake!

-Backslashes can be used to escape `#{` strings, +Backslashes can be used to escape `#{}` strings, but they don't act as escapes anywhere else in the string. For example: