-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmd2html.json
77 lines (77 loc) · 1.33 KB
/
md2html.json
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
[
{
"Name": "Changelog",
"Arguments": [
"-i",
"changelog.md",
"-ns",
"-r",
"-o",
"docs\\changelog.html"
]
},
{
"Name": "Print generation",
"Arguments": [
"--svg",
"--css",
"frontend\\style-print.css",
"-tf",
"frontend\\TemplatePrint.html",
"--title",
"Ultimate .NET Cheat sheet",
"-o",
"docs\\print.html",
"-i",
"000-start.md",
"-i",
"010-basiccommands.md",
"-i",
"020-project.md",
"-i",
"030-powershell.md",
"-i",
"035-csharpbasics.md",
"-i",
"040-types.md",
"-i",
"045-type-interfaces.md",
"-i",
"060-strings.md",
"-i",
"070-exceptions.md",
"-i",
"075-generics.md",
"-i",
"080-collections.md",
"-i",
"090-linq.md",
"-i",
"095-regex.md",
"-i",
"100-paternmatch.md",
"-i",
"105-tasks.md",
"-i",
"110-io.md",
"-i",
"111-attribs.md",
"-i",
"112-serialization.md",
"-i",
"114-validation.md",
"-i",
"120-crypto.md",
"-i",
"130-reflection.md",
"-i",
"140-ui.md",
"-i",
"150-nuget.md",
"-i",
"155-shortcuts.md",
"-i",
"160-csharp-versions.md"
]
}
]