Skip to content

bhuvy2/pandoc-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pandoc-eval

Pandoc Filter for evaluating code snippets.

# test.md

```evallua
print("Hello World")
```
$ pandoc test.md --filter pandoc-eval
# test.md

Hello World

Supported Environments

name language
evallua lua

Upcoming Environments

  • Python
  • Ruby
  • Javascript

About

Pandoc Filter for Evaluating Snippets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages