Skip to content

Commit 605c7fa

Browse files
committed
fix markdown in articles
1 parent 4dfc120 commit 605c7fa

5 files changed

+0
-44
lines changed

src/content/post/2022-02-16-example-article-1.mdx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,10 @@ console.log(greet(person));
123123

124124
Reprehenderit ad dolore occaecat culpa sint ad. Ex cillum do dolor magna labore reprehenderit culpa cillum aliqua quis non nisi adipisicing cupidatat.
125125

126-
<div class="expand-sm">
127-
<div class="gap-8 no-expand lg:grid lg:grid-cols-2">
128126
```ts title="home/user/Example.tsx" caption="Dolore in consequat tempor do in est consequat elit sit ea tempor."
129127
const shuffledNumbers = shuffleArray(numbers);
130128
```
131129

132-
```ts title="src/components/TextField.tsx" caption="Example relative import from the same directory without aliases."
133-
import { Label } from './Label';
134-
```
135-
136-
</div>
137-
</div>
138-
139130
### Veniam consequat sint ut id
140131

141132
Commodo eu amet deserunt reprehenderit quis nulla minim veniam. Labore `Lorem magna` dolor tempor deserunt anim reprehenderit sint eu pariatur sit exercitation fugiat. Elit `nostrud Lorem` esse eu do sit ut irure id quis labore est ex do.

src/content/post/2022-03-17-example-article-2.mdx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,10 @@ console.log(greet(person));
123123

124124
Reprehenderit ad dolore occaecat culpa sint ad. Ex cillum do dolor magna labore reprehenderit culpa cillum aliqua quis non nisi adipisicing cupidatat.
125125

126-
<div class="expand-sm">
127-
<div class="gap-8 no-expand lg:grid lg:grid-cols-2">
128126
```ts title="home/user/Example.tsx" caption="Dolore in consequat tempor do in est consequat elit sit ea tempor."
129127
const shuffledNumbers = shuffleArray(numbers);
130128
```
131129

132-
```ts title="src/components/TextField.tsx" caption="Example relative import from the same directory without aliases."
133-
import { Label } from './Label';
134-
```
135-
136-
</div>
137-
</div>
138-
139130
### Veniam consequat sint ut id
140131

141132
Commodo eu amet deserunt reprehenderit quis nulla minim veniam. Labore `Lorem magna` dolor tempor deserunt anim reprehenderit sint eu pariatur sit exercitation fugiat. Elit `nostrud Lorem` esse eu do sit ut irure id quis labore est ex do.

src/content/post/2023-01-19-example-article-3.mdx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,10 @@ console.log(greet(person));
124124

125125
Reprehenderit ad dolore occaecat culpa sint ad. Ex cillum do dolor magna labore reprehenderit culpa cillum aliqua quis non nisi adipisicing cupidatat.
126126

127-
<div class="expand-sm">
128-
<div class="gap-8 no-expand lg:grid lg:grid-cols-2">
129127
```ts title="home/user/Example.tsx" caption="Dolore in consequat tempor do in est consequat elit sit ea tempor."
130128
const shuffledNumbers = shuffleArray(numbers);
131129
```
132130

133-
```ts title="src/components/TextField.tsx" caption="Example relative import from the same directory without aliases."
134-
import { Label } from './Label';
135-
```
136-
137-
</div>
138-
</div>
139-
140131
### Veniam consequat sint ut id
141132

142133
Commodo eu amet deserunt reprehenderit quis nulla minim veniam. Labore `Lorem magna` dolor tempor deserunt anim reprehenderit sint eu pariatur sit exercitation fugiat. Elit `nostrud Lorem` esse eu do sit ut irure id quis labore est ex do.

src/content/post/2024-01-20-example-article-4.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,18 +127,10 @@ console.log(greet(person));
127127

128128
Reprehenderit ad dolore occaecat culpa sint ad. Ex cillum do dolor magna labore reprehenderit culpa cillum aliqua quis non nisi adipisicing cupidatat.
129129

130-
<div class="expand-sm">
131-
<div class="gap-8 no-expand lg:grid lg:grid-cols-2">
132130
```ts title="home/user/Example.tsx" caption="Dolore in consequat tempor do in est consequat elit sit ea tempor."
133131
const shuffledNumbers = shuffleArray(numbers);
134132
```
135133

136-
```ts title="src/components/TextField.tsx" caption="Example relative import from the same directory without aliases."
137-
import { Label } from './Label';
138-
```
139-
140-
</div>
141-
</div>
142134

143135
### Veniam consequat sint ut id
144136

src/content/post/2024-01-21-example-article-5.mdx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,10 @@ console.log(greet(person));
123123

124124
Reprehenderit ad dolore occaecat culpa sint ad. Ex cillum do dolor magna labore reprehenderit culpa cillum aliqua quis non nisi adipisicing cupidatat.
125125

126-
<div class="expand-sm">
127-
<div class="gap-8 no-expand lg:grid lg:grid-cols-2">
128126
```ts title="home/user/Example.tsx" caption="Dolore in consequat tempor do in est consequat elit sit ea tempor."
129127
const shuffledNumbers = shuffleArray(numbers);
130128
```
131129

132-
```ts title="src/components/TextField.tsx" caption="Example relative import from the same directory without aliases."
133-
import { Label } from './Label';
134-
```
135-
136-
</div>
137-
</div>
138-
139130
### Veniam consequat sint ut id
140131

141132
Commodo eu amet deserunt reprehenderit quis nulla minim veniam. Labore `Lorem magna` dolor tempor deserunt anim reprehenderit sint eu pariatur sit exercitation fugiat. Elit `nostrud Lorem` esse eu do sit ut irure id quis labore est ex do.

0 commit comments

Comments
 (0)