Go to file
Yadunand Prem 6f77f434da
feat: add lexer
2024-09-26 09:03:34 -04:00
src feat: add lexer 2024-09-26 09:03:34 -04:00
test feat: add lexer 2024-09-26 09:03:34 -04:00
.gitignore feat: add lexer 2024-09-26 09:03:34 -04:00
flake.lock feat: add lexer 2024-09-26 09:03:34 -04:00
flake.nix feat: add lexer 2024-09-26 09:03:34 -04:00
gleam.toml feat: add lexer 2024-09-26 09:03:34 -04:00
manifest.toml feat: add lexer 2024-09-26 09:03:34 -04:00
README.md feat: add lexer 2024-09-26 09:03:34 -04:00

gmarkdown

Package Version Hex Docs

gleam add gmarkdown@1
import gmarkdown

pub fn main() {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/gmarkdown.

Development

gleam run   # Run the project
gleam test  # Run the tests