Skip to content

Commit

Permalink
Add 'autolink="true"' to example codes
Browse files Browse the repository at this point in the history
  • Loading branch information
naokazuterada committed Jul 30, 2017
1 parent 45c7d42 commit 37f5c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ You should set this attribute to `markdown` or `github`.

When you set it to `markdown`, you can get same links rendered by MarkdownPreview's markdown parser.
```
<!-- MarkdownTOC markdown_preview="markdown" -->
<!-- MarkdownTOC autolink="true" markdown_preview="markdown" -->
- [Hello 世界 World][hello-world]
- [ESPAÑA][espana]
Expand All @@ -424,7 +424,7 @@ When you set it to `markdown`, you can get same links rendered by MarkdownPrevie

When you set it to `github`, you can get same links rendered by MarkdownPreview's github parser.
```
<!-- MarkdownTOC markdown_preview="github" -->
<!-- MarkdownTOC autolink="true" markdown_preview="github" -->
- [Hello 世界 World][hello-%25E4%25B8%2596%25E7%2595%258C-world]
- [ESPAÑA][espa%25C3%25B1a]
Expand Down

0 comments on commit 37f5c4b

Please sign in to comment.