Code blocks test
af072c250a
b06c8ceb45
Sample Primary Button
test
List item
Another list item
Yet another list item
Sample item
Another item
Yet another item
Markdown fence (```) codeblock
some text and test of inline
code
some text
1
2
3
4
5
6
7
8
9
for (let i = 0; i < 10; i += 1) {
for (let j = 0; j < 10; j += 1) {
for (let k = 0; k < 10; k += 1) {
console.log('Yo!');
}
}
}
Html code block
for (let i = 0; i < 10; i += 1) {
for (let j = 0; j < 10; j += 1) {
for (let k = 0; k < 10; k += 1) {
console.log('Yo!');
}
}
}