Skip to content

Commit f4a46b1

Browse files
deps: update remark on last version fixed #1349 (#1370)
1. New plugins was created parse jsDoc links and remove position 2. spread: false - to remove new line after each listItem
1 parent f2fa522 commit f4a46b1

15 files changed

+630
-626
lines changed

Diff for: __tests__/__snapshots__/bin-readme.js.snap

+18-18
Original file line numberDiff line numberDiff line change
@@ -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
1919
A function with documentation.
2020
2121
### Parameters
2222
23-
- \`a\` {string} blah
23+
* \`a\` {string} blah
2424
2525
Returns **[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
5555
A function with documentation.
5656
5757
### Parameters
5858
59-
- \`a\` {string} blah
59+
* \`a\` {string} blah
6060
6161
Returns **[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
9191
A function with documentation.
9292
9393
### Parameters
9494
95-
- \`a\` {string} blah
95+
* \`a\` {string} blah
9696
9797
Returns **[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

Comments
 (0)