@@ -9,18 +9,18 @@ exports[`readme autodetection of different filenames updates readme.markdown 1`]
99
1010### Table of Contents
1111
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)
1616
1717## foo
1818
1919A function with documentation.
2020
2121### Parameters
2222
23- - \` a\` { string } blah
23+ * \` a\` { string } blah
2424
2525Returns **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** answer
2626
@@ -30,7 +30,7 @@ A second function with docs
3030
3131### Parameters
3232
33- - \` b\`
33+ * \` b\`
3434
3535# Another section
3636"
@@ -45,18 +45,18 @@ exports[`readme command --readme-file 1`] = `
4545
4646### Table of Contents
4747
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)
5252
5353## foo
5454
5555A function with documentation.
5656
5757### Parameters
5858
59- - \` a\` { string } blah
59+ * \` a\` { string } blah
6060
6161Returns **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** answer
6262
@@ -66,7 +66,7 @@ A second function with docs
6666
6767### Parameters
6868
69- - \` b\`
69+ * \` b\`
7070
7171# Another section
7272"
@@ -81,18 +81,18 @@ exports[`readme command updates README.md 1`] = `
8181
8282### Table of Contents
8383
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)
8888
8989## foo
9090
9191A function with documentation.
9292
9393### Parameters
9494
95- - \` a\` { string } blah
95+ * \` a\` { string } blah
9696
9797Returns **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** answer
9898
@@ -102,7 +102,7 @@ A second function with docs
102102
103103### Parameters
104104
105- - \` b\`
105+ * \` b\`
106106
107107# Another section
108108"
0 commit comments