-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.template
39 lines (38 loc) · 2.74 KB
/
meta.template
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
#YYYY#MM#DD #topic#sub-topic #related-tags
/*
* Multi | The character sequence '/*' starts a multi-line comment.
* Line | The character sequence '*/' terminates the comment.
* Comment | All characters between are taken literally with no escapes.
*/
// Single line comment. Comments are generally C-style.
> <
> TITLE <
> ===== <
> An introduction could go here, but it's not required. <
> <
> HEADING 1 <
> --------- <
> A standard paragraph body. Typically the first line of each paragraph is <
> indented (my personal tabstop is 3 spaces) and each following line is only <
> indented a single space. No line should have more than 80 characters, but <
> there are some special exceptions. <
> <
> HEADING 2 <
> --------- <
> A standard paragraph body. <
> <
> HEADING 3 <
> --------- <
> A standard paragraph body. <
> <
> Heading 4 <
> ~~~~~~~~~ <
> A standard paragraph body. <
> <
> CONCLUSION <
> ========== <
> The conclusion goes here, if there is one. Make sure it is extremely witty <
> and outrageously good. Like this one. <
--
> ~ finis ~ <
> <