Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support envs on external render commands (#5278) | Lunny Xiao | 2018-11-20 | 1 | -5/+17 |
| | |||||
* | Pass link prefixes to external markup parsers (#5201) | Nicolas Lenz | 2018-10-30 | 1 | -0/+5 |
| | | | | | | | | | | | | | | * Pass environment variables for URL prefixes to external markup parser Signed-off-by: Nicolas Lenz <nicolas@eisfunke.com> * Document external markup link prefix environment variables Signed-off-by: Nicolas Lenz <nicolas@eisfunke.com> * Run format on link prefix changes Signed-off-by: Nicolas Lenz <nicolas@eisfunke.com> | ||||
* | Add external markup render support (#2570) | Lunny Xiao | 2017-11-07 | 1 | -0/+88 |
* add external markup render support * bug fixed * refacotr codes and fix wrong error log * fix comments and add check to prevent leaks * add check for config file and improve the example * check file close error * use ioutil.TempFile instead uuid * correct Render -> Parser * improve warning when incorrect markup setting * fix typos |