Code01

Syntax Highlighting

Let’s test out what Hugo is capable of when it comes to syntax highlighting in Markdown…

def main():
    print('hello')
func main(){
    fmt.Println('hello')
SELECT first, last, email FROM users;