mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
commit
df6fe915c6
@ -618,6 +618,12 @@ class Parsedown
|
|||||||
isset($element['last']) and $markup .= '</'.$list_type.'>'."\n";
|
isset($element['last']) and $markup .= '</'.$list_type.'>'."\n";
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'markup':
|
||||||
|
|
||||||
|
$markup .= $this->parse_span_elements($element['text'])."\n";
|
||||||
|
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user