Skip to content

Commit

Permalink
Merge pull request #80 from YoshinoriN/issue/79
Browse files Browse the repository at this point in the history
chore(doc): update modifyAnchors explanation (#79)
  • Loading branch information
tcrowe committed Dec 10, 2018
2 parents 93f51cc + 3231b3f commit 7728d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ marked:
- **breaks** - Enable GFM [line breaks](https://help.github.com/articles/github-flavored-markdown#newlines). This option requires the `gfm` option to be true.
- **smartLists** - Use smarter list behavior than the original markdown.
- **smartypants** - Use "smart" typograhic punctuation for things like quotes and dashes.
- **modifyAnchors** - Use for transform anchorIds. if 1 to lowerCase and if 2 to upperCase.
- **modifyAnchors** - Use for transform anchorIds. if `1` to lowerCase and if `2` to upperCase. **Must be integer**.
- **autolink** - Enable autolink for URLs. E.g. `https://hexo.io` will become `<a href="https://hexo.io">https://hexo.io</a>`.

## Extras
Expand Down

0 comments on commit 7728d64

Please sign in to comment.