a bit hard to tell what you are asking for, but the markup is exactly the same as here
a single backtick ` around inline code
like used on this line
or three backticks ``` on their own line before and after the code block
hi
in the readme we can add our code in the block
but i have bleow artisan command
php artisan check:psr4 {-s|--nofix}
which i want to put in the
but after adding my command to it , it dosent able to show as i want
php artisan check:psr4 {-s|--nofix} =====>>>> `php artisan check:psr4 {
it doesnt able to render it correctly
@abbasfisal I have checked it and it indeed seems like a weird bug. Like the | terminates the code block. Can you try
|3|`php artisan check:psr4 {-s\|--nofix} `|
Please or to participate in this conversation.