Skip to content

Commit

Permalink
Compress single line annotation formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 8, 2024
1 parent 7afa813 commit 08ca08e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,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 08ca08e

Please sign in to comment.