Big dep bump

Summary: The markdown bump required ignoring another prop, the rest was smooth.

Reviewed By: timur-valiev

Differential Revision: D30067682

fbshipit-source-id: 6038ffe29d2e0041c81bac132eed747cbfe40f54
This commit is contained in:
Pascal Hartig
2021-08-03 05:17:19 -07:00
committed by Facebook GitHub Bot
parent 6349ebe05d
commit 6791b29e45
8 changed files with 196 additions and 196 deletions

View File

@@ -91,6 +91,7 @@ export function Markdown(props: {source: string; style?: CSSProperties}) {
strong: Strong,
em: Emphasis,
code: CodeBlock,
// @ts-ignore missing in declaration
blockquote: Quote,
// @ts-ignore props missing href but existing run-time
a: LinkReference,