Closed ryanabx closed 1 month ago
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:
I will need some advice on how this is done in this repo. Any help is much appreciated!
Stale pull request message
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:
I will need some advice on how this is done in this repo. Any help is much appreciated!