-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for css and data attributes that correctly declare and generate inputs and outputs. Support Pandoc --standalone and --self-contained #16
base: master
Are you sure you want to change the base?
Conversation
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. |
It is an almost complete rewrite of the CSS support with added support for the pandoc standalone and --self-contained flags. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just reviewing in the hopes than this project might see a bit more traction. Only other thing is I was say add a test to the samples folder
This is based on #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,