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

Expose callbacks to manipulate the nodes #9

Open leandrocp opened 10 months ago

leandrocp commented 10 months ago

Parse the document to generate a tree of nodes that can be manipulated by Elixir functions.

So it can manipulate the output similar to how it's done at https://docs.rs/comrak/latest/comrak/ but on the Elixir side.

onurozgurozkan commented 3 months ago

This will be very helpful. And thank you for this Hex package. <3