type Config struct {
// Heading start level to include in the table of contents, starting// at h1 (inclusive).
StartLevel int// Heading end level, inclusive, to include in the table of contents.// Default is 3, a value of -1 will include everything.
EndLevel int
}