Skip to content

Commit 54012db

Browse files
committed
Merge branch 'master' into 2.x-dev
2 parents 2a0c38e + c0f14c8 commit 54012db

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.idea/develop.iml

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/framework/src/Framework/Services/MarkdownService.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,7 @@ protected function enableAllHtmlElements(): void
227227
], $this->config);
228228
}
229229

230-
/**
231-
* Normalize indentation for an un-compiled Markdown string.
232-
*/
230+
/** Normalize indentation for an un-compiled Markdown string */
233231
public static function normalizeIndentationLevel(string $string): string
234232
{
235233
$lines = self::getNormalizedLines($string);

0 commit comments

Comments
 (0)