DEV Community

Discussion on: 50 Projects in 50 Days, 4/5 there! 🌻

Collapse
 
grahamthedev profile image
GrahamTheDev • Edited

Keep going, some great progress being made! 💪❤

One super quick suggestion, instead of copying images of code copy the actual code over.

You can include code inside triple backticks so it shows as an actual code block.

So you write three backticks, then the language (so dev.to parser knows how to apply syntax highlighting to the code), on the next line copy your code in and then after it close it with three more backticks

function demo(){
   return "this is how your code would show up!";
}
Enter fullscreen mode Exit fullscreen mode

This makes it much easier to read but more importantly, it ensures people using a screen reader can access the same information as everyone else!

The below fiddle shows the format, it is super easy!

Collapse
 
chiaraintech profile image
Chiara Mapelli

Hello! Thank you for this, yes I have been looking into it and will do for the last set of projects' reviews, it's just there's been so much going on and I didn't want not to be able to post this 4th set of projects haha. But yes, I will definitely do it next time also because I think it'll help me!

Thanks !

Collapse
 
grahamthedev profile image
GrahamTheDev

You just do what you can, you are really motoring along so understand that you are busy!

If you get into the habit of doing it though it doesn't take any time at all, as instead of screen-shotting it, you just copy paste it (in fact it is quicker as you don't have to upload an image!).

I look forward to seeing the next instalment of your series!