-
Notifications
You must be signed in to change notification settings - Fork 20
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
Monadic blockRender
?
#46
Comments
I have exposed enough of the internal machinery in #116, so it should be possible to write arbitrary custom renders. |
I actually implemented #116 in a local fork of |
@emekoi Could you open a PR for that? |
I'd like to render LaTeX diagrams into images that are then inserted into the output. I have a function of the following form:
I think the interface I would like is to interpret code-blocks with some particular infostring (e.g.
render-latex
) as LaTeX to be rendered into a PNG. IfblockRenderM
existed, I could just door something.
The text was updated successfully, but these errors were encountered: