Skip to content

karaken12/pandoc-filters-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandoc Filter

A small Ruby library to make creating Pandoc filters simpler.

This library is inspired by the similar Python libray.

Installing

Get the Ruby Gem by running gem install pandoc-filter.

Using Pandoc Filter

The basic method is to call PandocFilter.filter with a block containing what you want to do with each AST element. To return a new Pandoc element, use PandocElement to construct them.

The best way to see this is to check out the examples.

About

A small Ruby library to make creating Pandoc filters simpler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published