Ejemplo n.º 1
0
const UiflowMDRenderer = function ( options ) {

  marked.Renderer.call( this );
  this.options = options || {};

}
Ejemplo n.º 2
0
function JsxRenderer(){
  marked.Renderer.call(this)
}