Vitepress
This commit is contained in:
18
node_modules/shiki/samples/pug.sample
generated
vendored
Normal file
18
node_modules/shiki/samples/pug.sample
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
doctype html
|
||||
html(lang="en")
|
||||
head
|
||||
title= pageTitle
|
||||
script(type='text/javascript').
|
||||
if (foo) bar(1 + 5);
|
||||
body
|
||||
h1 Pug - node template engine
|
||||
#container.col
|
||||
if youAreUsingPug
|
||||
p You are amazing
|
||||
else
|
||||
p Get on it!
|
||||
p.
|
||||
Pug is a terse and simple templating language with a
|
||||
strong focus on performance and powerful features.
|
||||
|
||||
//- From https://github.com/pugjs/pug
|
||||
Reference in New Issue
Block a user