| Index: pages/content-styleguide.md |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/pages/content-styleguide.md |
| @@ -0,0 +1,81 @@ |
| +title=Content Styleguide |
| + |
| +# Content Styleguide |
| + |
| +A guide to writing content for eyeo websites. |
| + |
| +1. [Headings](#headings) |
| +1. [Body Content](#body-content) |
| +1. [Quotes](#quotes) |
| +1. [Lists](#lists) |
| + |
| +## Headings { #headings } |
| + |
| +# Heading 1 |
| + |
| +## Heading 2 |
| + |
| +### Heading 3 |
| + |
| +#### Heading 4 |
| + |
| +##### Heading 5 |
| + |
| +###### Heading 6 |
| + |
| +## Body Content { #body-content } |
| + |
| +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 |
| + |
| +## Quotes { #quotes } |
| + |
| +> We want to **make the internet better** for everyone. Purging bad ads is a good start. |
| +> |
| +> <cite>Eyeo Gmbh</cite> |
| + |
| +## Lists { #lists } |
| + |
| +### Ordered Lists |
| + |
| +01. List item |
| +02. List item |
| +03. List item |
| + 01. List item |
| + 02. List item |
| + 03. List item |
| +04. List item |
| + |
| +### Unordered Lists |
| + |
| +- List item |
| +- List item |
| +- List item |
| + - List item |
| + - List item |
| + - List item |
| +- List item |
| + |
| +### Description Lists |
| + |
| +Item title |
| +: Item description |
| + |
| +Item title |
| +: Item description |
| + |
| +Item title |
| +: Item description |