Show HN: Mdx – Execute your Markdown code blocks, now in Go
dim0x69
github.com
127 points56 comments
Summary
by metafa.stThe article introduces MDX, a powerful markdown-based syntax that allows for seamless integration of React components within markdown documents, enabling rich and dynamic content creation.
Hey 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! :)