| Index: includes/styleguide/typography/inline.md |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/includes/styleguide/typography/inline.md |
| @@ -0,0 +1,22 @@ |
| + |
| +### Body text |
| + |
| +This is normal text |
| + |
| +This is *emphasized* text |
| + |
| +This is **strong** text |
| + |
| +This is <small>small</small> text |
| + |
| +This is a [link](https://example.com/) |
| + |
| +This is `inline code` |
| + |
| +This is an abbr |
| + |
| +*[abbr]: Abbreviation |
| + |
| +This has a footnote[^1] |
| + |
| +[^1]: This is a footnote content |