|
@@ -302,7 +302,7 @@ class MdRender{
|
|
|
$this->options['debug'],
|
|
$this->options['debug'],
|
|
|
$this->options['lang'],
|
|
$this->options['lang'],
|
|
|
);
|
|
);
|
|
|
-
|
|
|
|
|
|
|
+ $tplRender->options($this->options);
|
|
|
$tplProps = $tplRender->render($tpl_name);
|
|
$tplProps = $tplRender->render($tpl_name);
|
|
|
if($this->options['format']==='react' && $tplProps){
|
|
if($this->options['format']==='react' && $tplProps){
|
|
|
$props = $doc->createAttribute("props");
|
|
$props = $doc->createAttribute("props");
|