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

feat: add djot parsing (DRAFT) #1861

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

ryanabx
Copy link

@ryanabx ryanabx commented Aug 21, 2024

NOTE: I'm looking for feedback on this PR! This is my first time using Ruby :)

This PR aims to add support for djot HTML rendering for READMEs and whatnot.

There are many different implementations of the parser, but none of them are in Ruby unfortunately.

The best one I think we should use is djot.js, which is the most "official" parser for djot.

What I probably need to add still:

  • tests for djot
  • guarantee that node/npm is installed for users using github markup?

I will need some advice on how this is done in this repo. Any help is much appreciated!

Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
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