+ [2014-12-22T20:34:11Z] tockitj BlueProtoman: ninth circle
+ [2014-12-22T20:36:49Z] Rovanion Or any other way to have the page specific table of contents appear in the header of the page?
+ [2014-12-22T20:37:15Z] Rovanion I want the hash links to appear in a menu.
+ [2014-12-22T22:37:40Z] Rovanion I posted a SO-question for my question about generating a toc for hash navigation in an _include: http://stackoverflow.com/questions/27611488/jekyll-place-the-kramdown-table-of-contents-in-an-include-for-hash-navigation
+ [2014-12-22T22:37:41Z] jekyllrb Title: tableofcontents - Jekyll: Place the kramdown table of contents in an _include for hash navigation - Stack Overflow (at stackoverflow.com)

message no. 67835

Posted by jekyllrb in #jekyll at 2014-12-22T22:37:41Z

Title: tableofcontents - Jekyll: Place the kramdown table of contents in an _include for hash navigation - Stack Overflow (at stackoverflow.com)
+ [2014-12-23T21:03:12Z] Rovanion Is there anyone who knows how to place the table of contents for a page somewhere else than in the {{ content }} ? http://stackoverflow.com/questions/27611488/jekyll-place-the-kramdown-table-of-contents-in-an-include-for-hash-navigation/27617160#27617160
+ [2014-12-23T21:03:14Z] jekyllrb Title: tableofcontents - Jekyll: Place the kramdown table of contents in an _include for hash navigation - Stack Overflow (at stackoverflow.com)
+ [2014-12-23T21:04:13Z] jaybe Rovanion, if you are {{ include ... }}'ing... you might consider piping through the markdown renderer; i.e. {{ some.variable | markdownify }}
+ [2014-12-23T21:26:00Z] Rovanion jaybe: The problem I got then was that the TOC was for the {{ include }} and not the {{ content }}.
+ [2014-12-23T21:26:09Z] Rovanion So I would get the toc for the menu, not the content.