Module: Jekyll::TableOfContents

Defined in:
lib/jekyll-toc.rb

Defined Under Namespace

Classes: Parser

Constant Summary collapse

PUNCTUATION_REGEXP =
RUBY_VERSION > '1.9' ? /[^\p{Word}\- ]/u : /[^\w\- ]/