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

refactor rendering backends #111

Open
pietroppeter opened this issue Jul 10, 2022 · 0 comments
Open

refactor rendering backends #111

pietroppeter opened this issue Jul 10, 2022 · 0 comments

Comments

@pietroppeter
Copy link
Owner

this is a breaking change that is currently the main target for 0.4.

implementing a new backend is currently very messy and a new approach needs to be used that it will allow to:

  • allow multiple backends to be run at runtime (currently the only two backends - html and md - need a compile time switch to be used both)
  • improve markdown backend
  • use a different html backend e.g. based on nimja
  • implement a latex backend (or a pdf backend based on that)
  • implement a json backend
  • implement a jupyternim backend
  • ...

related:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant