Sande Gilda commented on Enhancement JDF-358

I have done some research and it appears you use `:with_toc_data` to add HTML anchors to each header in the output HTML so you can link to each section.

I checked the dist/github-flavored-markdown.rb script, and it appears to already use this option. However, when I look at the generated HTML for the README.md files, I can see that it generates an `id`:
<h2 id="toc_1">What is it?</h2>

But I don't see the anchors.

I found some examples (https://github.com/vmg/redcarpet, http://dev.af83.com/2012/02/27/howto-extend-the-redcarpet2-markdown-lib.html) that used `:with_toc_data => true`. I tried it but it didn't seem to help.

I see someone else has this issue: http://stackoverflow.com/questions/14673807/redcarpet-anchors-to-headers

Rafael Benevides: If you have any hints, let me know. I will continue to investigate.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira