Skip to content
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

Use general approach for rendering in commonmark #280

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

ikalnytskyi
Copy link
Owner

Instead of supporting graphviz and any other possible text-to-diagram providers directly, let's build a general approach instead where a user can specify whatever executable they want to pipe the content of the code block through it, and replace the whole node w/ its output.

This drops direct graphviz support in favor of built-in 'exec' pipe.

@ikalnytskyi ikalnytskyi force-pushed the commonmark/exec-pipe branch 2 times, most recently from cbd799e to 46a523f Compare November 2, 2023 23:36
Instead of supporting graphviz and any other possible text-to-diagram
providers directly, let's build a general approach instead where a user
can specify whatever executable they want to pipe the content of the
code block through it, and replace the whole node w/ its output.

This drops direct graphviz support in favor of built-in 'exec' pipe.
@ikalnytskyi ikalnytskyi merged commit d474086 into master Nov 3, 2023
2 checks passed
@ikalnytskyi ikalnytskyi deleted the commonmark/exec-pipe branch November 3, 2023 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant