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

Support multiple simultaneous block plugins #59

Closed
bimbashrestha opened this issue Aug 15, 2022 · 0 comments
Closed

Support multiple simultaneous block plugins #59

bimbashrestha opened this issue Aug 15, 2022 · 0 comments

Comments

@bimbashrestha
Copy link
Member

Think about the "multiple simultaneous block plugins" problem (review other plugin architectures)

Idea: second type of plugin that is more like a pandoc filter

def transformation_plugin(ast, block):
  # do stuff
  return new_ast

@bimbashrestha bimbashrestha added this to the Current milestone Aug 15, 2022
@bimbashrestha bimbashrestha self-assigned this Aug 15, 2022
@bimbashrestha bimbashrestha removed this from the Current milestone Aug 15, 2022
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

No branches or pull requests

2 participants