-
Notifications
You must be signed in to change notification settings - Fork 0
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
Generate changebar document #3
Comments
Tool candidate: https://github.com/davidar/pandiff |
|
I run into a problem with
|
At https://pandoc.org/, it says that asciidoc is only a target format for the tool. That could explain why it doesn't work. Let's dig more. |
More on above: jgm/pandoc#1456 Still not implemented. |
I am trying out a three-step flow: graph TD;
asciidoc-->html;
html-->pdf;
|
For some reason the
Gotta look into this later. |
Commands I tried: brew install basictex # required for pandiff on MacOS
asciidoctor origin.adoc 10-expression-language-FEEL.adoc
npx pandiff origin.html 10-expression-language-FEEL.html -o diff.pdf |
Output of this command looks terrible:
File needs to be renamed to |
Yes, just strike-through and underline is not very pretty. Also we would need to annotate, by which issue/PR a change has been made. |
Generate changebar document
The text was updated successfully, but these errors were encountered: