leandrocp / mdex

A fast 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter for Elixir.
https://mdex-c31.pages.dev
MIT License
83 stars 6 forks source link

Update Inkjet to bring support for Vimscript #25

Closed mhanberg closed 8 months ago

mhanberg commented 8 months ago

Hi!

I recently requested Vimscript from the Inkjet author and they published a new version 0.10.2 (Issue: https://github.com/Colonial-Dev/inkjet/issues/11)

It would be great to update Inkjet in MDEx so that I can pull it into my project.

I would submit a PR, but I am not very experienced in Rust and have not worked with Rustler before 😅.

Thank you for this library! It is great to have a markdown library in elixir that support CM and GFM as well as highlights with treesitter. I was very excited when i came across it.

No rush, cheers! 🍻

leandrocp commented 8 months ago

Done https://hex.pm/packages/mdex/0.1.12 🍻

mhanberg commented 8 months ago

Thank you so much!