Versions in this module Expand all Collapse all v0 v0.2.3 Jul 5, 2026 Changes in this version + func BuildPatchedContent(path string, data []byte, marker string, opts PatchOptions) ([]byte, error) + func NormalizeEOL(data []byte, mode EOLMode) []byte + func ParseFence(s string) (string, error) + func PatchMarkdownFile(path string, out []byte, marker string, opts PatchOptions) error + func ValidateMarker(marker string) error + type EOLMode int + const EOLCRLF + const EOLLF + const EOLNone + func ParseEOLMode(s string) (EOLMode, error) + type PatchOptions struct + EOL EOLMode + Fence string