Hellow my fellows!
Yesterday I learn a small detail, but important. I tried to add a code example using <pre> tag in my react page to create my web portfolio. But, the <pre> tag doesn't worked as expected.
How should I use ?
Simple, we need use the ` character to envolve the code example.
Simple :D!

Top comments (1)
Thanks Man...!