Skip to content
Docs
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

Test link in code

Link to google (opens in a new tab)

Link to GitHub (opens in a new tab)