Some problem with generating TOC
See original GitHub issueI’m experiencing some strange bug with that one. Do you have some ideas?
Im just setting <!-- toc -->
as needed, run verb, then generated table of contents not includes the headings generated from apidocs
which actually, is links. I have some heading on same level after the apidocs and it is included.
It’s not markdown-toc
related, i checked.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Table of Contents generation problems! - Microsoft Community
Table of Contents generation problems ! I have a 33 page document in Word 2016 which includes 22 Headings (all of the same...
Read more >Problems with TOC Styles (Microsoft Word) - Word Ribbon Tips
When the TOC is generated, the styles automatically applied to the TOC entries are TOC 1, TOC 2, etc. There is typically a...
Read more >MS Word - Table of Contents Problem Solving - Fusion IT
Error 2: TOC does not display all Heading levels i.e. level 1 is displayed but not a subheading. Identify: This could be related...
Read more >Theory of Constraints (TOC) - Lean Production
The underlying power of TOC flows from its ability to generate a tremendously strong focus towards a single goal (profit) and to removing...
Read more >Troubleshooting TOCs and lists
Learn to troubleshoot TOCs and lists in Adobe FrameMaker. ... Avoid using forced returns in a heading; forced returns appear in the generated...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Cool, this works when a heading is a template (but maybe not in code comments yet, I have an idea for that too):
Inside
verb-toc
, I’ll add this:So it will actually try to render the string. But it will error if the context doesn’t exist yet… catch 22
It’s not related to async or anything like that. The output is correct since the code comments aren’t rendered yet when the toc is generated, so this is really a code comments issue and/or a
helper-apidocs
issue. When I get the new comments stuff pushed up it will resolve this. Give me some time though, I’m doing everything I can to wrap up generate and verb. The comments are the very next thing on the list (you’ll like what I’m doing with them 😃