Libraries
»
jekyll-toc
(0.1.0)
»
Index (T)
»
Jekyll
»
TableOfContents
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\- ]/