s9e / REPdoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REPdoc is a command line that brings Read-Eval-Print to your docs.

Supported markup

Markdown

File extension: md.
Markup format: one fenced code block marked as php immediately followed by one fenced code block, set to any language or none.

```php
echo str_rot13('Bhgchg vf cevagrq urer.');
```
```plain
Output is printed here.
```

About

License:MIT License


Languages

Language:PHP 97.6%Language:HTML 2.4%