Skip to content

Commit

Permalink
added cdata option
Browse files Browse the repository at this point in the history
  • Loading branch information
bupy7 committed Apr 19, 2019
1 parent b39c105 commit caadac0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -48,6 +48,11 @@ $in = [
],
],
],
[
'tag' => 'tag4',
'content' => '<b>content4</b>',
'cdata' => true, // by default - false
],
],
],
];
Expand Down

0 comments on commit caadac0

Please sign in to comment.