Skip to content

Commit

Permalink
li
Browse files Browse the repository at this point in the history
  • Loading branch information
adnjoo committed May 27, 2024
1 parent 1855290 commit 01e679a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

- next 14.x
- tailwind 3.x

setup

.env
```bash
URL=http://localhost:3000 # change to your url
```
1 change: 1 addition & 0 deletions src/app/blog/components/PostBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const mdxComponents = {
</Link>
),
hr: (props: any) => <hr className='my-4' {...props} />,
li: (props: any) => <li className='my-2 mx-4 list-disc' {...props} />,
};

export function PostBody({ children }: { children: string }) {
Expand Down

0 comments on commit 01e679a

Please sign in to comment.