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

Python implementation of unified-doc #3

Open
chrisrzhou opened this issue Aug 9, 2020 · 0 comments
Open

Python implementation of unified-doc #3

chrisrzhou opened this issue Aug 9, 2020 · 0 comments
Labels
help wanted Extra attention is needed idea

Comments

@chrisrzhou
Copy link
Member

This implementation would implement a subset of unified-doc, skipping the following:

  • parsing content to hast: we would assume content to be passed directly as a hast tree.
  • compilers: we would just use the default string HTML compiler and not make this customizable.
  • plugins: for obvious reasons that these plugins are written in JS and only made available in the JS unified ecosystem.

Everything else should be fairly easy to implement in Python since they are simple functions that operate on hast trees.

This idea is probably only implementable if #2 is fulfilled, which will support unified-doc to work directly with .uni files.

@chrisrzhou chrisrzhou added idea help wanted Extra attention is needed labels Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed idea
Projects
None yet
Development

No branches or pull requests

1 participant