@@ -12,10 +12,11 @@ External Link: [google](https://google.com)
12
12
13
13
Internal Link: [ Blog Posts] ( /posts )
14
14
15
-
16
15
External Image: ![ ] ( https://octodex.github.com/images/minion.png )
17
16
18
- Internal Image: ![ ] ( /image.png )
17
+ Internal Image:
18
+
19
+ ![ ] ( /assets/image.png )
19
20
20
21
> blockqoute
21
22
@@ -39,16 +40,16 @@ function sum(a, b) {
39
40
40
41
## Tables
41
42
42
- | Option | Description |
43
- | ------ | ----------- |
43
+ | Option | Description |
44
+ | ------ | ------------------------------------------------------------------------- |
44
45
| data | path to data files to supply the data that will be passed into templates. |
45
- | engine | engine to be used for processing templates. Handlebars is the default. |
46
- | ext | extension to be used for dest files. |
46
+ | engine | engine to be used for processing templates. Handlebars is the default. |
47
+ | ext | extension to be used for dest files. |
47
48
48
49
Right aligned columns
49
50
50
- | Option | Description |
51
- | ------: | -----------: |
52
- | data | path to data files to supply the data that will be passed into templates. |
53
- | engine | engine to be used for processing templates. Handlebars is the default. |
54
- | ext | extension to be used for dest files. |
51
+ | Option | Description |
52
+ | -----: | ------------------------------------------------------------------------: |
53
+ | data | path to data files to supply the data that will be passed into templates. |
54
+ | engine | engine to be used for processing templates. Handlebars is the default. |
55
+ | ext | extension to be used for dest files. |
0 commit comments