fix #320
This commit is contained in:
parent
6b8c427d01
commit
6ba8156e50
1 changed files with 6 additions and 0 deletions
|
@ -109,6 +109,12 @@ class Post {
|
||||||
),
|
),
|
||||||
'blockquote' => array(),
|
'blockquote' => array(),
|
||||||
'cite' => array(),
|
'cite' => array(),
|
||||||
|
'code' => array(
|
||||||
|
'class' => array(),
|
||||||
|
),
|
||||||
|
'pre' => array(
|
||||||
|
'class' => array(),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue