From a511f90cb86df9f65a3beac2f7ffeb28b55d1eb3 Mon Sep 17 00:00:00 2001 From: rich Date: Fri, 27 Mar 2026 21:11:22 -0400 Subject: [PATCH] --- sandbox.mdwn | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/sandbox.mdwn b/sandbox.mdwn index c558641..6166615 100644 --- a/sandbox.mdwn +++ b/sandbox.mdwn @@ -6,6 +6,26 @@ Here's a paragraph. Here's another one with *emphasised* text. +> this is a single line block quote + +Here's another example, but of a multi-line block quote: + +> this is a longer block quote +with multiple lines. It is +important to put two spaces +at the end of each line in the +blockquote so it wraps properly. + +> same quote just no double space to return the line so this will wrap: this is a longer block quote +with multiple lines. It is +important to put two spaces +at the end of each line in the +blockquote so it wraps properly. same quote just no double space to return the line so this will wrap: this is a longer block quote +with multiple lines. It is +important to put two spaces +at the end of each line in the +blockquote so it wraps properly. + # Header ## Subheader @@ -33,5 +53,14 @@ Bulleted list # Sections / Pages -## Notes +## Notes with map directive + +\[\[!map pages="sandbox/notes/* and !sandbox/notes/index"\]\] + [[!map pages="sandbox/notes/* and !sandbox/notes/index"]] + +## Using pages limit depth to 2 + +\[\[!map pages="sandbox/notes/* and !sandbox/notes/*/* and !sandbox/notes/index"\]\] + +[[!map pages="sandbox/notes/* and !sandbox/notes/*/* and !sandbox/notes/index"]] -- 2.47.3