Skip to content

Commit

Permalink
fix: markdown banner style
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jan 14, 2024
1 parent 97ab708 commit 9d207d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/ui/markdown/parsers/container.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { Fragment } from 'react'
import React from 'react'
import { Priority } from 'markdown-to-jsx'
import type { MarkdownToJSX } from 'markdown-to-jsx'

Expand Down Expand Up @@ -77,7 +77,6 @@ export const ContainerRule: MarkdownToJSX.Rule = {
>
<Markdown
value={content}
as={Fragment}
allowsScript
className="w-full [&>p:first-child]:mt-0"
/>
Expand Down

1 comment on commit 9d207d5

@vercel
Copy link

@vercel vercel bot commented on 9d207d5 Jan 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-innei.vercel.app
innei.in
springtide.vercel.app
shiro-git-main-innei.vercel.app

Please sign in to comment.