-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathuser-guide.log
More file actions
196 lines (100 loc) · 3.79 KB
/
user-guide.log
File metadata and controls
196 lines (100 loc) · 3.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
mdpre Markdown Preprocessor v1.1.5+ (3 April, 2026)
===================================================
Cheetah templating engine imported
- opened <stdout> for writing
Def makefile = file-3
Def logfile = stderr
Def output = stdout
Def input = stdin
Def node = Mac.domain_not_set.invalid
Def version = Darwin Kernel Version 25.4.0: Thu Mar 19 19:30:44 PDT 2026; root:xnu-12377.101.15~1/RELEASE_ARM64_T6000
Def architecture = 64bit Mach-O
Def machine = arm64
Def system = Darwin
Def release = 25.4.0
Def python_version = 3.14.3
Def python_implementation = CPython
Def processor = arm
Def mdpre_date = 3 April, 2026
Def mdpre_level = 1.1.5+
Def userid = martinpacker
Def day = 3
Def month = April
Def year = 2026
Def time = 14:47
Def date = 3 April, 2026
Def TOC = Table Of Contents
Markdown Preprocessor User Guide
Table Of Contents - spec '2 * Table Of Contents'
2 5 Table Of Contents
..... Why A Preprocessor?
..... How Do You Use mdpre?
..... ..... Help
..... ..... Printing The Version
..... ..... Verbose Mode
..... ..... Creating A Make File Fragment
..... ..... Defining Variables
..... ..... Filenames
..... ..... Specifying Filenames On The Command Line
..... ..... TextBundle And TextPack Support
..... ..... Processing Flow
..... ..... Installing Cheetah 3 Template Support
..... Language Elements
..... ..... Comments with `=.`
..... ..... Including files with `=include`
..... ..... Defining Variables With `=def`
..... ..... ..... Substituting Variables In Text
..... ..... Undefining Variables With `=undef`
..... ..... Incrementing Integer Variables Wth `=inc`
..... ..... Decrementing Integer Variables Wth `=dec`
..... ..... Conditional Inclusion
..... ..... ..... `=ifdef` And `=ifndef`
..... ..... ..... `=ifempty` And `=ifnotempty`
..... ..... ..... `=ifmatch` And `=ifnotmatch`
..... ..... Converting A CSV File To A Markdown Table With `=csv` And `=endcsv`
CSV Start
CSV Stop
..... ..... ..... Controlling Table Alignment With `=colalign`
Column Alignment - spec 'l r r'
CSV Start
CSV Stop
..... ..... ..... Controlling Table Column Widths With `=colwidth`
..... ..... ..... Applying A CSS Class To Whole Rows With `=rowspan`
..... ..... ..... Applying A CSS Class To Cells Based On Rules With `=csvrule`
..... ..... ..... Some Useful CSS And Javascript Examples With `=rowspan` and `=csvrule`
..... ..... ..... ..... Colouring The Cell's Text With CSS
..... ..... ..... ..... Colouring The Cell's Background With CSS
..... ..... ..... ..... Alerting Based On A Cell's Class With Javascript
..... ..... ..... Flowing A Table - To Shorten And Widen It - With `=csvflow`
..... ..... Creating A Calendar Month Table With `=cal`
Calendar Start
Calendar Day Span
Calendar Day Span
Calendar Class Days
Calendar Class Days
Calendar Days Note
Calendar Days Note
Calendar Days Note
Calendar Stop
..... ..... ..... Controlling How Day Numbers Are Displayed With `=caldays`
..... ..... ..... Adding A Key To The Day Numbers' Styling With `=calkey`
..... ..... ..... Adding Information To A Cell With `=calnote`
..... ..... Concatenating Lines With `\`
..... ..... Generating A Table Of Contents With `=toc`
..... ..... Terminating Input With `=stop`
..... ..... Using Cheetah 3 Templates
..... ..... ..... Defining Templates With `=template`
..... ..... ..... ..... Defining A Template With Inline Text
..... ..... ..... ..... Defining A Template With An External File
..... ..... ..... Using A Template With `=usetemplate`
..... Additional Information
..... ..... Built-In Variables
Column Alignment - spec 'l l l'
Column Width - spec ' 2 4 1'
CSV Start
CSV Stop
CSV Start
CSV Stop
---------------------------------------------------
- Processing completed.
---------------------------------------------------