Skip to content

Commit

Permalink
Add li
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Oct 21, 2022
1 parent b0301c8 commit 5cb2e16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/release-description.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ const compile = marksy({
p: ({ children }: { children: ReactNode }) => (
<p className="mb-4">{children}</p>
),
li: ({ children }: { children: ReactNode }) => (
<li className="ml-2">- {children}</li>
),
code: ({
code,
language = "plaintext",
Expand Down

0 comments on commit 5cb2e16

Please # to comment.