mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-18 09:54:35 +02:00
Fixed typos
This commit is contained in:
parent
63df16a369
commit
d04d743520
144 changed files with 263 additions and 265 deletions
|
@ -25,7 +25,7 @@ namespace App\Services\Formatters;
|
|||
use Symfony\Contracts\Translation\TranslatorInterface;
|
||||
|
||||
/**
|
||||
* This class allows you to convert markdown text to HTML.
|
||||
* This class allows you to convert Markdown text to HTML.
|
||||
*/
|
||||
class MarkdownParser
|
||||
{
|
||||
|
@ -40,7 +40,7 @@ class MarkdownParser
|
|||
* Mark the markdown for rendering.
|
||||
* The rendering of markdown is done on client side.
|
||||
*
|
||||
* @param string $markdown the markdown text that should be parsed to html
|
||||
* @param string $markdown the Markdown text that should be parsed to html
|
||||
* @param bool $inline_mode When true, p blocks will have no margins behind them
|
||||
*
|
||||
* @return string the markdown in a version that can be parsed on client side
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue