Versions in this module Expand all Collapse all v1 v1.0.0 Nov 26, 2024 Changes in this version + const AttachmentChecksumPrefix + func CompileAttachmentLinks(markdown []byte, attachments []Attachment) []byte + func GetChecksum(reader io.Reader) (string, error) + type Attacher interface + Attach func(Attachment) + type Attachment struct + Checksum string + FileBytes []byte + Filename string + Height string + ID string + Link string + Name string + Replace string + Width string + func ResolveAttachments(api *confluence.API, page *confluence.PageInfo, attachments []Attachment) ([]Attachment, error) + func ResolveLocalAttachments(opener vfs.Opener, base string, replacements []string) ([]Attachment, error)