Examples for the example package
This directory contains examples demonstrating the usage of the example
package.
Live Examples
To see these examples in action, including the markdown input and output, visit the package documentation on pkg.go.dev:
https://pkg.go.dev/github.com/dbut2/example/examples
The pkg.go.dev site renders the examples with their actual markdown table inputs and outputs, providing a clear demonstration of how the example
package processes tabular data.
Each example in this directory corresponds to a live example on pkg.go.dev. Explore the subdirectories to see the implementation details, and refer to the pkg.go.dev link above to see the examples with their markdown inputs and outputs.