bazel-pandoc icon indicating copy to clipboard operation
bazel-pandoc copied to clipboard

Add support for css and data attributes that correctly declare and generate inputs and outputs. Support Pandoc --standalone and --self-contained

Open deedf opened this issue 5 years ago • 3 comments
trafficstars

This is based on https://github.com/ProdriveTechnologies/bazel-pandoc/pull/13 but fixes the issues pending there, it also adds a "data" attribute that can be used to declare stuff like images and other media referenced in the doc, and have them copied over as runfiles,

deedf avatar Feb 11 '20 11:02 deedf

Hey thanks for looking at this, I had kind of given up on getting traction here and forgot to update this PR with my later fixes. It is updated now.

deedf avatar Aug 02 '20 18:08 deedf

It is an almost complete rewrite of the CSS support with added support for the pandoc standalone and --self-contained flags.

deedf avatar Aug 02 '20 18:08 deedf

Ping @ProdriveTechnologies

dmadisetti avatar Feb 21 '23 16:02 dmadisetti