Closed terlar closed 4 months ago
thank you for the improved handling and PR! Will review and hopefully can merge this in!
Thank you, just a heads up, I did change the d2-flags
from a string to a list. We could also keep it as a string for backwards compatibility. I guess that is the main "questionable" change.
@terlar, thanks for being patient. Can we get string-join added in above, and make sure the builds above are fixed? Should be good to go after that.
note: ci is breaking due to some weird upstream issues, but one from each os ( mac, windows, and ubuntu ) all passed, so I think this is fine.
New issue tagged here: https://github.com/andorsk/d2-mode/issues/49 for this. LGTM, and approved.
They were only passed to the org babel execution and not to the regular compile file command.
This also converts it to a list instead of a string in order to better fit the call-process function.