🌐 AI搜索 & 代理 主页
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading