Published in

3 Min Read

Code Blocks with Syntax Highlighting

Add easy-to-read code to your stories

// my code feels hard to read
function oldCodeBlock() {
return "thank u, next";
}
// highlighted code is easier to read
function newCodeBlock() {
return “jazzy!”;
}

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Baidu