Demo of Contentful Integration
All content of this page, beside the standard head navigation and footer, is served from Contentful CMS.
This is another sample content block
This can be any text we want…
Anything else I want to put in here.
This is a quote
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!');
}
}
}