Skip to content

Commit

Permalink
fix markdown in articles
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Aug 4, 2024
1 parent 4dfc120 commit 605c7fa
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 44 deletions.
9 changes: 0 additions & 9 deletions src/content/post/2022-02-16-example-article-1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,19 +123,10 @@ console.log(greet(person));

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

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

```ts title="src/components/TextField.tsx" caption="Example relative import from the same directory without aliases."
import { Label } from './Label';
```

</div>
</div>

### Veniam consequat sint ut id

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.
Expand Down
9 changes: 0 additions & 9 deletions src/content/post/2022-03-17-example-article-2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,19 +123,10 @@ console.log(greet(person));

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

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

```ts title="src/components/TextField.tsx" caption="Example relative import from the same directory without aliases."
import { Label } from './Label';
```

</div>
</div>

### Veniam consequat sint ut id

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.
Expand Down
9 changes: 0 additions & 9 deletions src/content/post/2023-01-19-example-article-3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,19 +124,10 @@ console.log(greet(person));

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

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

```ts title="src/components/TextField.tsx" caption="Example relative import from the same directory without aliases."
import { Label } from './Label';
```

</div>
</div>

### Veniam consequat sint ut id

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.
Expand Down
8 changes: 0 additions & 8 deletions src/content/post/2024-01-20-example-article-4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,10 @@ console.log(greet(person));

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

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

```ts title="src/components/TextField.tsx" caption="Example relative import from the same directory without aliases."
import { Label } from './Label';
```

</div>
</div>

### Veniam consequat sint ut id

Expand Down
9 changes: 0 additions & 9 deletions src/content/post/2024-01-21-example-article-5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,19 +123,10 @@ console.log(greet(person));

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

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

```ts title="src/components/TextField.tsx" caption="Example relative import from the same directory without aliases."
import { Label } from './Label';
```

</div>
</div>

### Veniam consequat sint ut id

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.
Expand Down

0 comments on commit 605c7fa

Please sign in to comment.