code:言語名
という行があると、そこから字下げした1段落がプログラムとしてシンタックスハイライトされるjsfunction () {
alert(document.location.href)
console.log("hello")
// コメントも書けるぞ 😳
}
app.rbget '/' do |req, res|
res.send 'hello!!'
end
X-This-Is-Not-A-Vulnerability: User written code from (記事のURL)