package
2.9.0
Repository: https://github.com/tj-actions/auto-doc.git
Documentation: pkg.go.dev

# Functions

FormatValue formats a string that would be outputed as markdown.
HasBytesInBetween checks if a byte array has a start and end byte array and returns true if and all occurrences of start and end.
MarkdownLink formats input, output and secret name to Markdown link (named anchor) and return the link.
ReplaceBytesInBetween replaces a byte array between an array of start and end indices with a new byte array.
WordWrap wraps text at the specified number of columns.