Show HN: Mdx – Execute your Markdown code blocks, now in Go
dim0x69 Saturday, October 26, 2024Hey HN! I recently came across makedown here on HN and loved the concept. Wanting to learn Go, I thought this could be a great starter project - so I started working on my own Go implementation, which I’m calling mdx (https://github.com/dim0x69/mdx).
Key Features:
- Define dependencies between commands
- Supports shebangs
- Ability to pass arguments to code blocks
Would love feedback and thoughts!
Ref. makedown: https://github.com/tzador/makedown. Thanks for the idea! :)
Summary
The linked article is about the MDX (Markdown eXtended) library, a React component for rendering Markdown and JSX side-by-side. MDX allows developers to use Markdown syntax to write content and embed React components within the same file, enabling a more seamless integration of content and functionality. The article provides an overview of the MDX library, its features, and how to get started with using it in a React project.
127
56
Summary
github.com