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

# Functions

Execute takes a code.Block and returns the output of the executed code.
HideComments removes all comments from the given content.
Parse takes a block of markdown and returns an array of Block's with code and associated languages.
RemoveComments strips all the comments from the given content.

# Constants

Supported Languages.
Supported Languages.
ExitCodeInternalError represents the exit code in which the code executing the code didn't work.
Supported Languages.
Supported Languages.
Supported Languages.
Supported Languages.
Supported Languages.
Supported Languages.
Supported Languages.
Supported Languages.

# Variables

ErrParse is the returned error when we cannot parse the code block (i.e.
Languages is a map of supported languages with their extensions and commands to run to execute the program.

# Structs

Block represents a code block.
Language represents a programming language with it Extension and Commands to execute its programs.
Result represents the output for an executed code block.