Closed
Description
When creating the previous snippet I was not sure about a couple of things:
- What is is this after every snippet title (
###
) in the README:<!-- Example ID: 30f1d3fc-e267-4b30-84ef-4d9e7091ac1a --->
? Should it be added manually or can it be ignored when creating new snippets? - Where should new snippets be added? Top/bottom of section, doesn't matter?
- What's the difference between the sections (the first two feel very similar)?
- Before the table of contents it says that
markdown-toc -i README.md --maxdepth 3
was used to create it. The pip packagemarkdown-toc
does not contain either-i
or--maxdepth
flags. Which package is meant, or what version of that package? - Should the new table of contents entry for the snippet be created with the above command or created manually (in case the above command does more than only add the entry)?
Would be nice if these things could be explained with a sentence or two each in the contributing document. Or if they are explained somewhere already, perhaps link to them in CONTRIBUTING.md?
Thanks! :)