Skip to content

Commit a35ecff

Browse files
committed
clean up book demo
1 parent ce4ddd6 commit a35ecff

12 files changed

Lines changed: 52 additions & 40 deletions

File tree

demo_book/2022-11-21_demo_output.txt

Whitespace-only changes.

demo_book/_markmeld.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

demo_book/book.jinja

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
version: 1
21
targets:
32
default:
43
jinja_template: book.jinja
5-
output_file: "{today}_demo_output.txt"
4+
output_file: "demo_output.txt"
65
command: cat > {output_file}
76
data:
87
md_files:
98
intro: ../md/01-intro.md
109
credit: ../md/02-credit.md
1110
savings: ../md/03-savings.md
12-
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Introduction
2+
3+
This is my introduction chapter
4+
5+
...
6+
# Credit
7+
8+
This is chapter 2 on credit.
9+
10+
...
11+
# Chapter 3: Savings
12+
13+
This is chapter 3 on savings.
14+
15+
...

demo_book/book_var1/_markmeld.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
version: 1
21
targets:
32
default:
43
jinja_template: book.jinja
5-
output_file: "{today}_demo_output.txt"
4+
output_file: "demo_output.txt"
65
command: cat > {output_file}
76
data:
87
md_files:
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Introduction
2+
3+
This is my introduction chapter
4+
5+
...
6+
# Credit
7+
8+
This is chapter 2 on credit.
9+
10+
...
11+
# Chapter 3: Savings
12+
13+
This is chapter 3 on savings.
14+
15+
...

demo_book/book_var2/_markmeld.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
version: 1
21
targets:
32
default:
43
jinja_template: book.jinja
5-
output_file: "{today}_demo_output.txt"
4+
output_file: "demo_output.txt"
65
command: cat > {output_file}
76
data:
87
md_globs:
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Introduction
2+
3+
This is my introduction chapter
4+
5+
...
6+
# Credit
7+
8+
This is chapter 2 on credit.
9+
10+
...
11+
# Chapter 3: Savings
12+
13+
This is chapter 3 on savings.
14+
15+
...

demo_book/chapters.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)