Skip to content

Commit

Permalink
Update helpers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Jul 20, 2020
1 parent dc16552 commit b6de7bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

docsify extends Markdown syntax to make your documents more readable.

> Note: For the special code syntax cases, you'd better put them within a code backticks to avoid any conflicting from configurations or emojis.
> Note: For the special code syntax cases, you'd better put them within a code backticks to avoid any conflicting from configurations or emojis.
## important content

Expand Down Expand Up @@ -70,7 +70,7 @@ You will get `<a href="/demo/">link</a>`html. Do not worry, you can still set ti
Only when you both set the `routerMode: 'history'` and `externalLinkTarget: '_self'`, you need add this configuration for those Cross-Origin links.

```md
[example.com](https://example.com/ ':crossorgin')
[example.com](https://example.com/ ':crossorgin')
```

## Github Task Lists
Expand Down Expand Up @@ -124,7 +124,7 @@ Only when you both set the `routerMode: 'history'` and `externalLinkTarget: '_se
## Customise ID for headings

```md
### Hello there, world :id=hello-world
### Hello, world! :id=hello-world
```

## Markdown in html tag
Expand Down

0 comments on commit b6de7bb

Please sign in to comment.