From 128241c21ad364c9d0694fcaea0cdaa32339d69f Mon Sep 17 00:00:00 2001 From: Wei Gao Date: Sat, 23 Nov 2019 17:06:20 +0800 Subject: [PATCH] wip about --- website/docs/migrating-from-v1-to-v2.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/migrating-from-v1-to-v2.md b/website/docs/migrating-from-v1-to-v2.md index e897ee02ee12..274ef4905c64 100644 --- a/website/docs/migrating-from-v1-to-v2.md +++ b/website/docs/migrating-from-v1-to-v2.md @@ -451,6 +451,10 @@ Please refer to [creating pages](creating-pages.md) to learn how Docusaurus 2 pa ## Content +### Remove `` + + + ### Update Markdown syntax to be MDX-compatible In Docusaurus 2, the markdown syntax has been changed to [MDX](https://mdxjs.com/). Hence there might be some broken syntax in the existing docs which you would have to update. A common example is self-closing tags like `` and `
` which are valid in HTML would have to be explicitly closed now ( `` and `
`). All tags in MDX documents have to be valid JSX.