mdex icon indicating copy to clipboard operation
mdex copied to clipboard

A fast 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter for Elixir.

Results 23 mdex issues
Sort by recently updated
recently updated
newest added

Allow users to inject functions into the pipeline to transform Markdown and HTML. Suppose you want to transform all headings into `H1` and add a class `topic` to each one...

https://docs.rs/comrak/latest/comrak/fn.parse_document.html

Hi, The Dockerfile generated from the latest " mix phx.gen.release --docker" (1.7.12) includes: ARG ELIXIR_VERSION=1.16.2 ARG OTP_VERSION=26.2.3 ARG DEBIAN_VERSION=bullseye-20240408-slim Compiling :mdex with that Dockerfile gives: ``` == Compilation error in...

The ability to disable the inline styles generation would be very useful here, as it was in Autumn

[Parse the document](https://docs.rs/comrak/latest/comrak/fn.parse_document.html) 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...

enhancement
help wanted

In the https://dev.to website they use special tags in Markdown documents to embed posts, gist, github repos, twitch streams, youtube, and other sites too. - https://dev.to/p/editor_guide I have been using...

Interesting idea from this tweet https://twitter.com/pepicrft/status/1714694213642637538

Same as https://hexdocs.pm/elixir/1.16/GenServer.html https://mermaid.js.org

enhancement