https://github.com/miyako/4d-class-marked
class to export HTML versions of mark down documentation
https://github.com/miyako/4d-class-marked
4d-class
Last synced: 4 months ago
JSON representation
class to export HTML versions of mark down documentation
- Host: GitHub
- URL: https://github.com/miyako/4d-class-marked
- Owner: miyako
- License: mit
- Created: 2024-02-08T00:59:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T01:12:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T04:16:35.785Z (over 1 year ago)
- Topics: 4d-class
- Language: 4D
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 4d-class-marked
class to export HTML versions of mark down documentation
```4d
var $marked : cs._Marked
$marked:=cs._Marked.new()
$path:=METHOD Get path(Path class; "_Marked")
$htmlFile:=$marked.generate($path)
OPEN URL($htmlFile.platformPath)
```