From 670dbe421af48c5ab754a9721b4f02aecd4fa404 Mon Sep 17 00:00:00 2001 From: Matt Winter Date: Wed, 17 Aug 2016 10:19:08 -0400 Subject: [PATCH] Fix lift node example markup --- docs/css-selectors.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/css-selectors.adoc b/docs/css-selectors.adoc index f3526f83fa..01b7bcf9d8 100644 --- a/docs/css-selectors.adoc +++ b/docs/css-selectors.adoc @@ -282,8 +282,8 @@ Lift node rule: `^^`:: _first_ element that matches the selector, and that it lifts it all the way to the root of the `NodeSeq` being transformed. For example, `".admin-user ^^" #> "ignored"`, when applied to the - markup `
...
-
...
`, will + markup `
...
+
...
`, will produce `
...
`. This is useful for selecting among a set of template elements based on some external condition (e.g., one template for one type of user, another template for another type of