Skip to content

Commit

Permalink
Merge branch 'master' into 2.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 8, 2024
2 parents 2a0c38e + c0f14c8 commit 54012db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 0 additions & 7 deletions .idea/develop.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,7 @@ protected function enableAllHtmlElements(): void
], $this->config);
}

/**
* Normalize indentation for an un-compiled Markdown string.
*/
/** Normalize indentation for an un-compiled Markdown string */
public static function normalizeIndentationLevel(string $string): string
{
$lines = self::getNormalizedLines($string);
Expand Down

0 comments on commit 54012db

Please sign in to comment.