跳到主要内容

Hello

Customized Title

hello world

警告

caution

危险

danger

markers.js
function demo() {
console.log('this line is marked as deleted')
// This line and the next one are marked as inserted
console.log('this is the second inserted line')

return 'this line uses the neutral default marker type'
}