package
0.9.0
Repository: https://github.com/maaslalani/slides.git
Documentation: pkg.go.dev

# Functions

Parse takes some markdown and returns blocks to be pre-processed.
Pre processes the markdown content by executing the commands necessary and returns the new processed content.

# Structs

Block represents a pre-processable block which looks like the following: It is delimited by ~~~ and contains a command to be run along with the input to be passed, the entire block should be replaced with its command output ~~~sd block process block ~~~.