abbasfisal's avatar

Readme Markup - Github

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

0 likes
5 replies
Snapey's avatar

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

1 like
Sinnbeck's avatar
Sinnbeck
Best Answer
Level 102

@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} `|
1 like

Please or to participate in this conversation.