Customize Markdown
Installation
SKILL.md
Customize Markdown
Mind Elixir supports markdown rendering in nodes. You can use the built-in simple parser or integrate a full-featured markdown library.
1. Default Behavior
By default, Mind Elixir does not parse markdown. You must provide a parsing function in the options to enable it.
2. Using a Custom Parsing Function
You can implement a simple replacement function if you only need basic formatting (bold, italic, code).