Parsedown::inlineEscapeSequence( $Excerpt )
Description
Source
File: bp-help/vendors/parsedown/Parsedown.php
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 | protected function inlineEscapeSequence( $Excerpt ) { if (isset( $Excerpt [ 'text' ][1]) and in_array( $Excerpt [ 'text' ][1], $this ->specialCharacters)) { return array ( 'element' => array ( 'rawHtml' => $Excerpt [ 'text' ][1]), 'extent' => 2, ); } } |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.