@@ -9,18 +9,18 @@ exports[`readme autodetection of different filenames updates readme.markdown 1`]
9
9
10
10
### Table of Contents
11
11
12
- - [foo](#foo)
13
- - [Parameters](#parameters)
14
- - [bar](#bar)
15
- - [Parameters](#parameters-1)
12
+ * [foo](#foo)
13
+ * [Parameters](#parameters)
14
+ * [bar](#bar)
15
+ * [Parameters](#parameters-1)
16
16
17
17
## foo
18
18
19
19
A function with documentation.
20
20
21
21
### Parameters
22
22
23
- - \` a\` { string } blah
23
+ * \` a\` { string } blah
24
24
25
25
Returns **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** answer
26
26
@@ -30,7 +30,7 @@ A second function with docs
30
30
31
31
### Parameters
32
32
33
- - \` b\`
33
+ * \` b\`
34
34
35
35
# Another section
36
36
"
@@ -45,18 +45,18 @@ exports[`readme command --readme-file 1`] = `
45
45
46
46
### Table of Contents
47
47
48
- - [foo](#foo)
49
- - [Parameters](#parameters)
50
- - [bar](#bar)
51
- - [Parameters](#parameters-1)
48
+ * [foo](#foo)
49
+ * [Parameters](#parameters)
50
+ * [bar](#bar)
51
+ * [Parameters](#parameters-1)
52
52
53
53
## foo
54
54
55
55
A function with documentation.
56
56
57
57
### Parameters
58
58
59
- - \` a\` { string } blah
59
+ * \` a\` { string } blah
60
60
61
61
Returns **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** answer
62
62
@@ -66,7 +66,7 @@ A second function with docs
66
66
67
67
### Parameters
68
68
69
- - \` b\`
69
+ * \` b\`
70
70
71
71
# Another section
72
72
"
@@ -81,18 +81,18 @@ exports[`readme command updates README.md 1`] = `
81
81
82
82
### Table of Contents
83
83
84
- - [foo](#foo)
85
- - [Parameters](#parameters)
86
- - [bar](#bar)
87
- - [Parameters](#parameters-1)
84
+ * [foo](#foo)
85
+ * [Parameters](#parameters)
86
+ * [bar](#bar)
87
+ * [Parameters](#parameters-1)
88
88
89
89
## foo
90
90
91
91
A function with documentation.
92
92
93
93
### Parameters
94
94
95
- - \` a\` { string } blah
95
+ * \` a\` { string } blah
96
96
97
97
Returns **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** answer
98
98
@@ -102,7 +102,7 @@ A second function with docs
102
102
103
103
### Parameters
104
104
105
- - \` b\`
105
+ * \` b\`
106
106
107
107
# Another section
108
108
"
0 commit comments