File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,24 @@ source("load_config.R")
2828
2929### Section 1
3030
31- We are testing the snippet library mechanism, stay tuned!
31+ We are testing the snippet library mechanism, stay tuned! This appears in the as part of the main configuration.
3232
3333``` {r child=choose_doc("section1.rmd")}
3434```
3535
36- How does spacing look?
36+ ### Section 2
37+
38+ This one is only part of the backup.
39+
40+ ``` {r child=choose_doc("section2.rmd")}
41+ ```
42+
43+ ### Section 3
44+
45+ ``` {r child=choose_doc("section3.rmd")}
46+ ```
47+
48+ And the above shouldn't appear at all.
3749
3850## Job Scheduler
3951
Original file line number Diff line number Diff line change 1+ ---
2+ layout : page
3+ author : Alan O'Cais
4+ comment : Snippet test
5+ ---
6+ ::: discussion
7+ This is a second snippet that only appears in the backup.
8+ :::
You can’t perform that action at this time.
0 commit comments