2020 * [ options.bullets] ( #optionsbullets )
2121 * [ options.maxdepth] ( #optionsmaxdepth )
2222 * [ options.firsth1] ( #optionsfirsth1 )
23+ * [ options.stripHeadingTags] ( #optionsstripheadingtags )
2324- [ About] ( #about )
24- * [ Related projects] ( #related-projects )
25- * [ Contributing] ( #contributing )
26- * [ Contributors] ( #contributors )
27- * [ Release history] ( #release-history )
28- * [ Building docs] ( #building-docs )
29- * [ Running tests] ( #running-tests )
30- * [ Author] ( #author )
31- * [ License] ( #license )
3225
3326_ (TOC generated by [ verb] ( https://github.com/verbose/verb ) using [ markdown-toc] ( https://github.com/jonschlinkert/markdown-toc ) )_
3427
@@ -270,6 +263,14 @@ Default: `true`
270263
271264Exclude the first h1-level heading in a file. For example, this prevents the first heading in a README from showing up in the TOC.
272265
266+ ### options.stripHeadingTags
267+
268+ Type: ` Boolean `
269+
270+ Default: ` true `
271+
272+ Strip extraneous HTML tags from heading text before slugifying. This is similar to GitHub markdown behavior.
273+
273274## About
274275
275276### Related projects
@@ -286,9 +287,9 @@ Pull requests and stars are always welcome. For bugs and feature requests, [plea
286287
287288### Contributors
288289
289- | ** Commits** | ** Contributor** < br /> |
290+ | ** Commits** | ** Contributor** |
290291| --- | --- |
291- | 178 | [ jonschlinkert] ( https://github.com/jonschlinkert ) |
292+ | 190 | [ jonschlinkert] ( https://github.com/jonschlinkert ) |
292293| 4 | [ stefanwalther] ( https://github.com/stefanwalther ) |
293294| 3 | [ Marsup] ( https://github.com/Marsup ) |
294295| 2 | [ dvcrn] ( https://github.com/dvcrn ) |
@@ -331,13 +332,13 @@ $ npm install -d && npm test
331332** Jon Schlinkert**
332333
333334* [ github/jonschlinkert] ( https://github.com/jonschlinkert )
334- * [ twitter/jonschlinkert] ( http ://twitter.com/jonschlinkert)
335+ * [ twitter/jonschlinkert] ( https ://twitter.com/jonschlinkert)
335336
336337### License
337338
338- Copyright © 2016 , [ Jon Schlinkert] ( https://github.com/jonschlinkert ) .
339- Released under the [ MIT license] ( https://github.com/jonschlinkert/markdown-toc/blob/master/ LICENSE) .
339+ Copyright © 2017 , [ Jon Schlinkert] ( https://github.com/jonschlinkert ) .
340+ Released under the [ MIT license] ( LICENSE ) .
340341
341342***
342343
343- _ This file was generated by [ verb-generate-readme] ( https://github.com/verbose/verb-generate-readme ) , v0.2.0 , on December 09, 2016 ._
344+ _ This file was generated by [ verb-generate-readme] ( https://github.com/verbose/verb-generate-readme ) , v0.4.1 , on January 15, 2017 ._
0 commit comments