| Index: includes/styleguide/typography/inline.md |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/includes/styleguide/typography/inline.md |
| @@ -0,0 +1,22 @@ |
| + |
| +### Body text |
|
juliandoucette
2017/08/09 12:06:54
This seems to correlate to the "Body content" sect
ire
2017/08/09 16:50:31
What is the purpose of having them on both pages i
|
| + |
| +This is normal text |
| + |
| +This is *emphasized* text |
| + |
| +This is **strong** text |
| + |
| +This is <small>small</small> text |
|
juliandoucette
2017/08/09 12:06:54
I left this out of default-content because it's no
ire
2017/08/09 16:50:31
Acknowledged.
|
| + |
| +This is a [link](https://example.com/) |
| + |
| +This is `inline code` |
|
juliandoucette
2017/08/09 12:06:54
I left inline-code out of default-content because
ire
2017/08/09 16:50:31
Acknowledged.
|
| + |
| +This is an abbr |
| + |
| +*[abbr]: Abbreviation |
| + |
| +This has a footnote[^1] |
| + |
| +[^1]: This is a footnote content |