DEV Community

Discussion on: Project 50 of 100 - Firebase Sign Up and Login with React Router

Collapse
 
youssefrabeiii profile image
Youssef Rabei

Everytime I try to show it it automatically make it code but you should put the language name after the three backticks (the three things that look like a comma) and it will highlight it automatically

Thread Thread
 
jameshubert_com profile image
James Hubert

Oh got it. Like

some code here...
Enter fullscreen mode Exit fullscreen mode
Thread Thread
 
jameshubert_com profile image
James Hubert

Nice!

const thankful = true;

if (thankful) {
  console.log("Thanks Youssef!");
}
Enter fullscreen mode Exit fullscreen mode