From 50cd98346b2d4a33d93bc59a248c23ed6154450e Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 24 Oct 2010 09:51:15 -0700 Subject: [PATCH] Missed a spot in Markdown conversion. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a1688d..ccef386 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,8 @@ which would be produced without the newline trimming. Note: the current implementation does not handle Windows-style CRLF data. If you're a Windows user, how about sending me a patch? -=== Nested Contexts === +Nested Contexts +--------------- If a variable is not found in a nested context, it is resolved in the next outer context. This allows usage like the following: