diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9b996c7a..1879417c 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -6,7 +6,7 @@ on: branches: [ main, master ] jobs: test: - timeout-minutes: 90 + timeout-minutes: 60 runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 diff --git a/components/FormattedMarkdown.tsx b/components/FormattedMarkdown.tsx index b1da8bfd..084dab97 100644 --- a/components/FormattedMarkdown.tsx +++ b/components/FormattedMarkdown.tsx @@ -14,12 +14,22 @@ const MdH1 = ({ children, className, ...props }: MdH1Props) => ( ) -export function FormattedMarkdownBase({ children }: { children: string }) { +type MdParagraphProps = ComponentPropsWithoutRef<'div'> +// Use
so block HTML from intl placeholders (e.g.