DEV Community

Discussion on: Smallest Common Multiple

Collapse
 
labib profile image
Asif • Edited

Hey , I recommend using the code theme in the codebox,
just simply add the language name in the codebox
example :

console.log("now is good")  
Enter fullscreen mode Exit fullscreen mode

// javascipt
//console.log('good ? ')
//

just add javascript right after the code box "``"tags
IT makes the blog much more readable and good looking
:3 :3

Collapse
 
rthefounding profile image
Randy Rivera

Hello! tried using it but won't let me

Collapse
 
labib profile image
Asif • Edited

use three " backtickes ( ` )" on the beginning of the codebox, I didn't use that in the comment because it will spoil the whole thing.