Skip to content

Commit 5eec33f

Browse files
committed
Add blank lines to abide by Markdown specification
1 parent 7494f65 commit 5eec33f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

tools/snippets/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
55

66
<!-- Section to include introductory text. -->
7+
78
<section class="intro">
89

910
</section>
11+
1012
<!-- /.intro -->
1113

1214
<!-- Package usage documentation. -->
15+
1316
<section class="usage">
1417

1518
## Usage
@@ -28,9 +31,11 @@ var v = TODO( 0.0 );
2831
```
2932

3033
</section>
34+
3135
<!-- /.usage -->
3236

3337
<!-- Package usage examples. -->
38+
3439
<section class="examples">
3540

3641
## Examples
@@ -42,16 +47,21 @@ TODO
4247
```
4348

4449
</section>
50+
4551
<!-- /.examples -->
4652

4753
<!-- Section to include cited references. -->
54+
4855
<section class="references">
4956

5057
</section>
58+
5159
<!-- /.references -->
5260

5361
<!-- Section for all links. -->
62+
5463
<section class="links">
5564

5665
</section>
66+
5767
<!-- /.links -->

tools/snippets/cli.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11

22
<!-- Section for describing a commnd-line interface. -->
3+
34
<section class="cli">
45

56
---
67

78
## CLI
89

910
<!-- CLI usage documentation. -->
11+
1012
<section class="usage">
1113

1214
### Usage
@@ -21,9 +23,11 @@ Options:
2123
```
2224

2325
</section>
26+
2427
<!-- /.usage -->
2528

2629
<!-- CLI usage examples. -->
30+
2731
<section class="examples">
2832

2933
### Examples
@@ -34,7 +38,9 @@ TODO
3438
```
3539

3640
</section>
41+
3742
<!-- /.examples -->
3843

3944
</section>
45+
4046
<!-- /.cli -->

0 commit comments

Comments
 (0)