Accessibility Specialist. I focus on ensuring content created, events held and company assets are as accessible as possible, for as many people as possible.
This looks really interesting but because they are pictures of code rather than code blocks they are both unreadable (as dev.to compresses them) and also very hard to work with (as if I could read them I certainly would be put off at having to manually type every line out).
May I suggest you use code blocks.
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
functiondemo(){return"this is how your code would show up!";}
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!
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
This looks really interesting but because they are pictures of code rather than code blocks they are both unreadable (as dev.to compresses them) and also very hard to work with (as if I could read them I certainly would be put off at having to manually type every line out).
May I suggest you use code blocks.
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
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!