DEV Community

Discussion on: Play Chess with Voice

Collapse
 
sylwiavargas profile image
Sylwia Vargas

I love this post! Thank you! I myself have been thinking about voice chess game so now I'll have a reference point for an easier start ✨

If I can share one suggestion is to have js-specific formatting for the code snippets; you can do it by writing js after the three backticks.

Without formatting:

let standardSample = "just standard formatting"
Enter fullscreen mode Exit fullscreen mode

With formatting:

let jsSample = "this is a code snippet with js-specific formatting"
Enter fullscreen mode Exit fullscreen mode
Collapse
 
ottomatias profile image
Ottomatias Peura

Thanks, will fix!