]> git.kreider.io Git - wiki.git/commitdiff
(no commit message)
authorrich <rich@web>
Sat, 28 Mar 2026 01:11:22 +0000 (21:11 -0400)
committerRich Kreider <rjkreider@gmail.com>
Sat, 28 Mar 2026 01:11:22 +0000 (21:11 -0400)
sandbox.mdwn

index c5586418b695fa1b0f17b05a65b174124156cddf..61666158a2420866266656ebd4417572830b8f10 100644 (file)
@@ -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"]]