diff --git a/src/scss/typography.stories.js b/src/scss/typography.stories.js new file mode 100644 index 0000000000000000000000000000000000000000..313fba16e9c3fb14bc6f9f00c3d289f6efe6a853 --- /dev/null +++ b/src/scss/typography.stories.js @@ -0,0 +1,204 @@ +export const Default = () => ({ + template: ` +
+ The p HTML element represents a paragraph. Paragraphs are usually represented in visual media as + blocks of text separated from adjacent blocks by blank lines and/or first-line indentation, but + HTML paragraphs can be any structural grouping of related content, such as images or form + fields. +
+
+ Paragraphs can contain inline elements such as links,
+ abbr, strong, emphasis,
+ delete, underline, bold, italic,
+ strikethrough,mark, key, code, quotation
,
+ small, subscript, superscript, and
+ variable elements.
+
javascript:(function() { document.documentElement.classList.toggle('gl-dark'); })();
+ +++ The blockquote HTML element indicates that the enclosed text is an extended quotation. + Usually, this is rendered visually by indentation. A URL for the source of the quotation may + be given using the cite attribute, while a text representation of the source can be given + using the cite element. +
+ Blockquote citation +
+++ The blockquote HTML element indicates that the enclosed text is an extended quotation. + Usually, this is rendered visually by indentation. A URL for the source of the quotation may + be given using the cite attribute, while a text representation of the source can be given + using the cite element. +
+ Blockquote citation +
| Table header | +Table header | +Table header | +
|---|---|---|
| Table cell | +Table cell | +Table cell | +
| Table cell | +Table cell | +Table cell | +
| Table cell | +Table cell | +Table cell | +
| Table footer | +Table footer | +Table footer | +
| Table header | +Table header | +Table header | +
|---|---|---|
| Table cell | +Table cell | +Table cell | +
| Table cell | +Table cell | +Table cell | +
| Table cell | +Table cell | +Table cell | +
| Table footer | +Table footer | +Table footer | +