leandrocp / mdex

A CommonMark-compliant fast and extensible Markdown parser and formatter for Elixir.
https://mdex-c31.pages.dev
MIT License
128 stars 10 forks source link

Transform anchor elements into `<link>` function components #7

Open leandrocp opened 1 year ago

leandrocp commented 1 year ago

To make the output more HEEx friendly it needs to add phx attributes.

Expose an option to turn this transformation on. It's disabled by default.

Depends on https://github.com/leandrocp/mdex/issues/9