• Home
  • Code Syntax Test - Prism.js
By Seongcheol Jang profile image Seongcheol Jang

Code Syntax Test - Prism.js

cd /var/www/ghost
ghost restart
mysql -u ghostuser -p'password' ghostdb

const greeting = "Hello, Ghost!";
console.log(greeting);

function testPrism() {
  return "Syntax highlighting works!";
}


def hello():
    print("Hello, World!")
By Seongcheol Jang profile image Seongcheol Jang
Updated on
blog