Craft your forge, Build your project, Grow your community freely
1---
2pluginName: Apex_markdown
3pluginBaseline: Some apexes are the growing tips of plants. Our Apex is the high point of your forge.
4homepage: /app/plugins/apex/markdown/
5docpage: /app/plugins/apex/markdown/doc.html
6changelog: /app/plugins/apex/markdown/CHANGELOG.html
7---
8 9# Changelog
1011## unreleased
1213- **BREAKING** add a third argument to the `renderMd` func, which is `extraMetadata` a `map[string]string`14- personnalize horizontalRule render, `<hr>` is the default but can be `<section>` or `<article>`. Set with `horizontalRuleMetadatas` in metadata
1516## 0.0.4 (22/04/2026) [apex_markdown-0.0.4.wasm](https://gitroot.dev/releases/0.4.0/apex_markdown-0.0.4.wasm)
1718_sha256: 7d4fe41a2c706cdef3353d6f2d09561952ee3ead9dd1ac0637803efc80ebe753_1920- export func `renderMd` with args `fp` the filepath of the mardown and `md` the content. Return `html` the result and `metas` the metadata.
21- depends on `apex_code` to render code
22- depends on `apex_mermaid` to render mermaid charts
23- add rust, typescript and json icon