Skip to Content
SWR 2.0 is out! Read more →
DocumentationAdvanced features!Code highlighting

Code highlighting

Test filename, line highlighting and empty lines

test.js
console.log('hello world') console.log('goodbye world')

Test showLineNumbers and word highlighting

object Hello { def main(args: Array[String]) = { println("hello, world") } } object Hello { def main(args: Array[String]) = { println("hello, world") } }

Test highlighting inline code

import React from 'react'

Test without specified language

hello world

Link to google

Link to GitHub

Last updated on