summaryrefslogtreecommitdiff
path: root/doc/todo/pagespec_relative_to_a_target.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-08 14:14:19 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-08 14:14:19 +0000
commite04cb5c01362da8f597342fd38167910050bf0cd (patch)
tree09d5a8545cd11aaab5f298a6eac7bfb4b1036b45 /doc/todo/pagespec_relative_to_a_target.mdwn
parenta8db6caf47263fd717d6ac375dbb7c0e2f11cf21 (diff)
web commit by JoshTriplett: Formatting.
Diffstat (limited to 'doc/todo/pagespec_relative_to_a_target.mdwn')
-rw-r--r--doc/todo/pagespec_relative_to_a_target.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/pagespec_relative_to_a_target.mdwn b/doc/todo/pagespec_relative_to_a_target.mdwn
index e92988c3e..638cd40f7 100644
--- a/doc/todo/pagespec_relative_to_a_target.mdwn
+++ b/doc/todo/pagespec_relative_to_a_target.mdwn
@@ -30,9 +30,9 @@ Note that if you try to inline `*/blah` you will match `foo/blah`,
themselves rather than any relatives of theirs.
This patch is useful for (among other things) constructing blogging
-systems where leaf nodes are organized hierarchically; using has_child,
+systems where leaf nodes are organized hierarchically; using `has_child`,
you can inline only leaf nodes and ignore "intermediate" nodes.
-match_relative can be used recursively to match properties of arbitrary
+`match_relative` can be used recursively to match properties of arbitrary
complexity: "show me all the pages who have children called foo that
have children called blah". I'm not sure what use it is, though.