modulepackage
0.0.0-20190424023223-b6314e554cd4
Repository: https://github.com/leexun/mypresent.git
Documentation: pkg.go.dev
# README
Mypresent
A redistribution of present from golang tools.
Install
go get -u -v github.com/leexun/mypresent
mypresent --help # remember to setup your GOPATH, GOROOT in env
Extra features
Inline HTML
* _
```html
<p class="slogan slogan-15 bold">About me</p>
```htmlend
* _
```html
<p class="slogan slogan-10">First line,</p>
<p class="slogan">second line.</p>
```htmlend
Monaco editor
.monaco ./code/example.go
Cautions
Never serve a public web service by this tool. It is only for presentation and provides full control of remote code execution.
Note
GC optimization is currently disabled. Will use parameter to control this.