https://github.com/miyako/4d-plugin-maddy
MD to HTML parser
https://github.com/miyako/4d-plugin-maddy
4d-plugin html markdown
Last synced: 2 months ago
JSON representation
MD to HTML parser
- Host: GitHub
- URL: https://github.com/miyako/4d-plugin-maddy
- Owner: miyako
- License: mit
- Created: 2025-06-16T21:43:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T22:16:22.000Z (about 1 year ago)
- Last Synced: 2025-06-16T22:36:02.944Z (about 1 year ago)
- Topics: 4d-plugin, html, markdown
- Language: C
- Homepage: https://miyako.github.io/4d-plugin-maddy/
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](LICENSE)

# 4d-plugin-maddy
MD to HTML parser based on [maddy](https://github.com/progsource/maddy)
## Similar Projects
|repository|downloads|
|:-|:-:|
|[4d-plugin-cpp-markdown](https://github.com/miyako/4d-plugin-cpp-markdown) ||
|[4d-plugin-discount](https://github.com/miyako/4d-plugin-discount) ||
## Examples
```4d
$md:="# Some **test** markdown"
$html:=maddy($md)
```