Typography
Examples of typographical styles used across the Deno documentation site.
Heading 1
Heading 2
Heading 3
Heading 4
Paragraph
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Link language
Links in context
Lorem ipsum dolor sit amet, Standard content link consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
When inline code elemnets contain links, they look like this
.
Preformated text
We can use inline code elements
and also code blocks like the one seen below .
const x = 1;
Code blocks can be used to display code examples and can display a title and use the syntax highlighting of a given language.
const x = 1;
const y = 2;