Sign in
chromium
/
external
/
github.com
/
WebKit
/
JetStream
/
refs/heads/main-custom
/
.
/
prismjs
/
data
/
sample.md
blob: 859f0daac2e66ac27e5fb288d43b6e89e71465fd [
file
] [
log
] [
blame
] [
view
] [
edit
]
# Markdown Sample
This
is
a sample
Markdown
file
for
testing
Prism
.
js highlighting
.
## Code Block
```javascript
function hello() {
console.log("Hello, World!");
}
```
## List
-
Item
1
-
Item
2
-
Item
3