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