3 comments

  • blopker3 hours ago
    For those wondering, this is now the default markdown processor in Astro 7: <a href="https:&#x2F;&#x2F;astro.build&#x2F;blog&#x2F;astro-7&#x2F;#markdown--mdx-in-rust" rel="nofollow">https:&#x2F;&#x2F;astro.build&#x2F;blog&#x2F;astro-7&#x2F;#markdown--mdx-in-rust</a>
  • timbits983 hours ago
    It almost feels like a parody...?
  • Igor_Wiwi3 hours ago
    what is the use case of this application? Who may need it?
    • toddmorey2 hours ago
      Processing markdown into html is a significant task for many blogs, sites, and apps. Satteri moves that processing into rust for speed gains.<p>Now used in Astro 7: <a href="https:&#x2F;&#x2F;astro.build&#x2F;blog&#x2F;astro-7&#x2F;#markdown--mdx-in-rust" rel="nofollow">https:&#x2F;&#x2F;astro.build&#x2F;blog&#x2F;astro-7&#x2F;#markdown--mdx-in-rust</a>
    • petercooper2 hours ago
      Probably easier to think of it more as a fast, native-backed library for a JS runtime like Node to build Markdown processors&#x2F;pipelines or even just do parsing. (Though it does have a WASM build for browser&#x2F;edge use.)