Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // codebox
- $caption = preg_replace
- (
- '/[\`]{3}(.*?)[\`]{3}/s',
- '<div class=\'codebox\'>$1</div>',
- $caption
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement