styleguide/typography.mdx
Examples of typographical styles used across the Deno documentation site.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
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.
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;