Skip to content

Commit

Permalink
deps: update remark on last version fixed #1349 (#1370)
Browse files Browse the repository at this point in the history
1. New plugins was created parse jsDoc links and remove position
2. spread: false - to remove new line after each listItem
  • Loading branch information
anthony-redFox committed Apr 20, 2021
1 parent f2fa522 commit f4a46b1
Show file tree
Hide file tree
Showing 15 changed files with 630 additions and 626 deletions.
36 changes: 18 additions & 18 deletions __tests__/__snapshots__/bin-readme.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ exports[`readme autodetection of different filenames updates readme.markdown 1`]
### Table of Contents
- [foo](#foo)
- [Parameters](#parameters)
- [bar](#bar)
- [Parameters](#parameters-1)
* [foo](#foo)
* [Parameters](#parameters)
* [bar](#bar)
* [Parameters](#parameters-1)
## foo
A function with documentation.
### Parameters
- \`a\` {string} blah
* \`a\` {string} blah
Returns **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** answer
Expand All @@ -30,7 +30,7 @@ A second function with docs
### Parameters
- \`b\`
* \`b\`
# Another section
"
Expand All @@ -45,18 +45,18 @@ exports[`readme command --readme-file 1`] = `
### Table of Contents
- [foo](#foo)
- [Parameters](#parameters)
- [bar](#bar)
- [Parameters](#parameters-1)
* [foo](#foo)
* [Parameters](#parameters)
* [bar](#bar)
* [Parameters](#parameters-1)
## foo
A function with documentation.
### Parameters
- \`a\` {string} blah
* \`a\` {string} blah
Returns **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** answer
Expand All @@ -66,7 +66,7 @@ A second function with docs
### Parameters
- \`b\`
* \`b\`
# Another section
"
Expand All @@ -81,18 +81,18 @@ exports[`readme command updates README.md 1`] = `
### Table of Contents
- [foo](#foo)
- [Parameters](#parameters)
- [bar](#bar)
- [Parameters](#parameters-1)
* [foo](#foo)
* [Parameters](#parameters)
* [bar](#bar)
* [Parameters](#parameters-1)
## foo
A function with documentation.
### Parameters
- \`a\` {string} blah
* \`a\` {string} blah
Returns **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** answer
Expand All @@ -102,7 +102,7 @@ A second function with docs
### Parameters
- \`b\`
* \`b\`
# Another section
"
Expand Down

0 comments on commit f4a46b1

Please sign in to comment.