Versions in this module Expand all Collapse all v1 v1.4.0 Mar 2, 2024 v1.3.1 Nov 18, 2023 Changes in this version type GHDoc + func (doc *GHDoc) SetReVersion(v string) *GHDoc v1.3.0 Oct 1, 2023 Changes in this version type GHDoc + func (doc *GHDoc) SetGHURL(url string) *GHDoc v1.2.1 Feb 3, 2023 Changes in this version + const Version + func EscapeSpecChars(s string) string + type GHDoc struct + AbsPaths bool + Debug bool + Depth int + Escape bool + GhToken string + Indent int + Path string + StartDepth int + func NewGHDoc(Path string, AbsPaths bool, StartDepth int, Depth int, Escape bool, ...) *GHDoc + func (doc *GHDoc) Convert2HTML() error + func (doc *GHDoc) GetToc() *GHToc + func (doc *GHDoc) GrabToc() *GHToc + func (doc *GHDoc) IsRemoteFile() bool + type GHToc []string + func (toc *GHToc) Print(w io.Writer) error Other modules containing this package github.com/ekalinin/github-markdown-toc.go/v2