* Specify external renderer via module and id
* faster external render check
* Update render.rkt
* rely on default exception messages, which are informative
(definerender-thunk(ormaybe-render-thunk(λ()((or(setup:external-renderer)render)source-pathtemplate-pathoutput-path)))); returns either string or bytes
(definerender-thunk(ormaybe-render-thunk
(λ()((or(let([val(setup:external-renderer)])
(andval(get-external-render-procval)))
render)
source-pathtemplate-pathoutput-path)))); returns either string or bytes