👨‍💻 about me home CV/Resume News 🖊️ Contact Github LinkedIn I’m a Haskeller 🏆 Best of LuaX pub bang ypp panda lsvg Fizzbuzz Calculadoira TPG todo pwd rrpi

Abstract Processor (for Pandoc)

Abstract Processor (for Pandoc)

Warning

This repository is no longer maintained and has been archived.

Please consider using panda instead.

ABP is a Pandoc filter that works on internal Pandoc's AST.

It provides several interesting features:

Warning: ABP may not be supported in the future

Their is no plan to support ABP from now on. ABP is meant to be replaced by a combination of:

Upp and Panda are written in Lua and are way easier to deploy.

Installation

Prerequisites

Installation from source

$ git clone https://github.com/CDSoft/abp.git
$ cd abp
$ stack install         # install abp in ~/.local/bin
$ stack install pandoc  # if you need to install pandoc

Test

$ stack test

Usage

$ pandoc -F abp ...

Documentation

The full documentation is in doc/adp.md. The rendered version of the documentation is here: http://cdelord.fr/abp.

License

This file is part of ABP.

ABP is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

ABP is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with ABP.  If not, see <https://www.gnu.org/licenses/>.

For further information about ABP you can visit
http://cdelord.fr/abp