mirror of
https://github.com/go-gitea/gitea
synced 2025-07-06 02:27:20 +00:00
Update go-org to 0.1.9 (#9782)
* Update go-org to 0.1.9 What I did to generate this commit: $ go get github.com/niklasfasching/go-org * make vendor
This commit is contained in:
committed by
Antoine GIRARD
parent
3ae5f8ef11
commit
c6a32ddb47
1
vendor/github.com/niklasfasching/go-org/org/document.go
generated
vendored
1
vendor/github.com/niklasfasching/go-org/org/document.go
generated
vendored
@ -35,6 +35,7 @@ type Document struct {
|
||||
*Configuration
|
||||
Path string // Path of the file containing the parse input - used to resolve relative paths during parsing (e.g. INCLUDE).
|
||||
tokens []token
|
||||
baseLvl int
|
||||
Nodes []Node
|
||||
NamedNodes map[string]Node
|
||||
Outline Outline // Outline is a Table Of Contents for the document and contains all sections (headline + content).
|
||||
|
Reference in New Issue
Block a user