This is the command pandocwalkp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
pandocwalk - parse document with pandoc and process abstract syntax tree
SYNOPSIS
pandocwalk [ options ] [ SCRIPT | 'SELECTOR => ACTION' ]
Calls pandoc with given options to parse a document and process its abstract syntax tree.
A processing script must be given as executable file or as Perl code to filter the
document. See Pandoc::Filter::Lazy for filter syntax.
EXAMPLES
Extract all URLs from a HTML file:
pandocwalk document.html 'Link => say $_->url'
Extract table of contents from a LaTeX file:
pandocwalk document.tex 'Header => say " " x $_->level, $_->string'
Use pandocwalkp online using onworks.net services