Skip to content

Commit 513ee4a

Browse files
Merge pull request #263 from netlify-templates/content-update
updated example-post-1.mdx
2 parents efdf8e5 + 1e434a2 commit 513ee4a

File tree

1 file changed

+19
-35
lines changed

1 file changed

+19
-35
lines changed

posts/example-post-1.mdx

Lines changed: 19 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
type: Post
33
title: Next.js Blog Theme Style Guide
4-
description: "A style guide for a website is a set of design standards that define the look, feel, and behavior of a digital product, ensuring consistency and cohesion across all pages and elements."
4+
description: >-
5+
A style guide for a website is a set of design standards that define the look,
6+
feel, and behavior of a digital product, ensuring consistency and cohesion
7+
across all pages and elements.
58
date: '2024-11-06'
69
---
710

8-
A style guide for a website is a set of design standards that define the look, feel, and behavior of a digital product, ensuring consistency and cohesion across all pages and elements. It typically includes guidelines for colors, typography, spacing, buttons, icons, and imagery, as well as instructions on voice and tone for content.
11+
A style guide for a website is a set of design standards that define the look, feel, and behavior of a digital product, ensuring consistency and cohesion across all pages and elements. It typically includes guidelines for colors, typography, spacing, buttons, icons, and imagery, as well as instructions on voice and tone for content.
912

1013
# h1 Heading
1114

@@ -21,18 +24,17 @@ A style guide for a website is a set of design standards that define the look, f
2124

2225
## Horizontal Rules
2326

24-
---
25-
27+
***
2628

2729
## Emphasis
2830

2931
**This is bold text**
3032

3133
**This is bold text**
3234

33-
_This is italic text_
35+
*This is italic text*
3436

35-
_This is italic text_
37+
*This is italic text*
3638

3739
~~Strikethrough~~
3840

@@ -48,43 +50,24 @@ _This is italic text_
4850

4951
Unordered
5052

51-
- Create a list by starting a line with `+`, `-`, or `*`
52-
- Sub-lists are made by indenting 2 spaces:
53-
- Marker character change forces new list start:
54-
- Ac tristique libero volutpat at
55-
* Facilisis in pretium nisl aliquet
56-
- Nulla volutpat aliquam velit
57-
- Very easy!
53+
* Lorem ipsum dolor sit amet
54+
* Consectetur adipiscing elit
55+
* Integer molestie lorem at massa
5856

5957
Ordered
6058

61-
1. Lorem ipsum dolor sit amet
62-
2. Consectetur adipiscing elit
63-
3. Integer molestie lorem at massa
64-
65-
4. You can use sequential numbers...
66-
5. ...or keep all the numbers as `1.`
67-
68-
Start numbering with offset:
69-
70-
57. foo
71-
1. bar
59+
1. Lorem ipsum dolor sit amet
60+
2. Consectetur adipiscing elit
61+
3. Integer molestie lorem at massa
7262

7363
## Code
7464

7565
Inline `code`
7666

77-
Indented code
78-
79-
// Some comments
80-
line 1 of code
81-
line 2 of code
82-
line 3 of code
83-
84-
Block code "fences"
67+
Block code
8568

8669
```
87-
Sample text here...
70+
npm install netlify-cli -g
8871
```
8972

9073
Syntax highlighting
@@ -115,5 +98,6 @@ Right aligned columns
11598

11699
## Links
117100

118-
- [Next.js on Netlify](https://docs.netlify.com/frameworks/next-js/overview/)
119-
- [Use Visual Editor with Next.js](https://docs.netlify.com/visual-editor/frameworks/next/)
101+
* [Next.js on Netlify](https://docs.netlify.com/frameworks/next-js/overview/)
102+
* [Use Visual Editor with Next.js](https://docs.netlify.com/visual-editor/frameworks/next/)
103+

0 commit comments

Comments
 (0)