Implement RenderWithOptions
Method for Custom Render Options
#96
Labels
enhancement
New feature or request
RenderWithOptions
Method for Custom Render Options
#96
Render
now adds the preamble as noted in #91 ,<!DOCTYPE html>
by default. While this is the most common scenario, there may still be other environments where this is not desired. We should still offer an option to disable this if necessary. In order to keepRender()
simple and to not break backwards compatibility we should add a new method calledRenderWithOptions
that takes a custom param ofRenderOptions
with a flag toDisablePreamble
if desired. We could also use this to later allow less common preambles to be applied.Example Usage
The text was updated successfully, but these errors were encountered: