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
Link to GitHub
Last updated on