Process post content as markdown
This commit is contained in:
18
CHDataManagement/Generator/Markdown/ItemLinkResults.swift
Normal file
18
CHDataManagement/Generator/Markdown/ItemLinkResults.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
protocol ItemLinkResults {
|
||||
|
||||
func externalLink(to url: String)
|
||||
|
||||
func missing(page: String, source: String)
|
||||
|
||||
func linked(to page: Page)
|
||||
|
||||
func missing(tag: String, source: String)
|
||||
|
||||
func linked(to tag: Tag)
|
||||
|
||||
func missing(file: String, source: String)
|
||||
|
||||
func require(file: FileResource)
|
||||
}
|
||||
|
Reference in New Issue
Block a user