Skip to content

Commit

Permalink
Merge 84d521b into b1b8855
Browse files Browse the repository at this point in the history
  • Loading branch information
cesalberca committed Aug 19, 2017
2 parents b1b8855 + 84d521b commit 3a10e3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -24,7 +24,7 @@ import markdownItTocAndAnchor from "markdown-it-toc-and-anchor"
markdownIt({
html: true,
linkify: true,
typography: true,
typographer: true,
})
.use(markdownItTocAndAnchor, {
// ...options
Expand All @@ -41,7 +41,7 @@ var markdownIt = require('markdown-it'),
markdownIt({
html: true,
linkify: true,
typography: true,
typographer: true,
})
.use(markdownItTocAndAnchor, {
// ...options
Expand Down Expand Up @@ -91,7 +91,7 @@ Example :
markdownIt({
html: true,
linkify: true,
typography: true,
typographer: true,
})
.use(markdownItTocAndAnchor, {
tocCallback: function(tocMarkdown, tocArray, tocHtml) {
Expand All @@ -110,7 +110,7 @@ Example :
var mdIt = markdownIt({
html: true,
linkify: true,
typography: true,
typographer: true,
})
.use(markdownItTocAndAnchor)
Expand All @@ -130,7 +130,7 @@ Example :
var mdIt = markdownIt({
html: true,
linkify: true,
typography: true,
typographer: true,
})
.use(markdownItTocAndAnchor)
Expand Down

0 comments on commit 3a10e3b

Please sign in to comment.