Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix markdown排版混乱 🌿 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@

## <a name='comments'>注释</a>

```
- 使用 `/** ... */` 进行多行注释,包括描述,指定类型以及参数值和返回值

```javascript
Expand Down Expand Up @@ -592,7 +593,7 @@
}
```

**[[⬆]](#TOC)**
**[[⬆]](#TOC)**


## <a name='whitespace'>空白</a>
Expand Down Expand Up @@ -1324,5 +1325,3 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

**[[⬆]](#TOC)**

# };