An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![version](https://img.shields.io/badge/version-20%2B-E23089)

# 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)
```