Skip to content

Commit

Permalink
Update modules/cms/classes/Content.php
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Towers <[email protected]>
  • Loading branch information
bennothommo and LukeTowers authored Oct 18, 2023
1 parent c311471 commit 1f8ad3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/cms/classes/Content.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ public function parseMarkup()
*
* This method replaces curly variables in the content temporarily while Markdown rendering takes place, to
* circumvent the escaping that Commonmark does on curly brackets in links.
*
* @param string $markup
* @return string
*/
protected function parseMarkdownMarkup(string $markup): string
{
Expand Down

0 comments on commit 1f8ad3c

Please sign in to comment.