0
I am making a documentation (REAMD.Md) markdown to be very clear, beginner, on github. When I put the codes, I use the syntax of the code to highlight the colors, aesthetic even, the reading is better.
But I’m willing to show you the step-by-step github inside the . Md
```jsx
para código jsx aqui, por exemplo
```
or
```cmd
mkdir teste
cd teste
```
has some hightlight code to highlight the git init, git push, etc commands inside the github markdown?


Maybe the
bashdo the Highlight, Voce tried it?– Cmte Cardeal
tried, didn’t roll =/ by the way, I used it and at least the "quotes" I put were of another color...
– Patrick Kottwitz
Try to use
gitattributes. Here’s a list of possible hightlights. Apparently, syntax for thebashorshellare not working on github.– Cmte Cardeal