feat(v2): enable JSX in markdown using MDX (#1263)

* feat(v2): enable JSX in markdown

* reformat docs

* chore(v2): nits

* remove dummy test

* include .mdx extension

* add syntax highlighting with prismjs
This commit is contained in:
Endilie Yacop Sucipto 2019-03-08 01:02:47 +08:00 committed by GitHub
parent 801453fae6
commit 643addb729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 661 additions and 234 deletions

View file

@ -94,7 +94,7 @@ blogSidebarTitle: { default: 'Recent posts', all: 'All blog posts' },
## RSS Feed
Docusaurus provides a simple RSS feed for your blog posts. Both RSS and Atom feed formats are supported. This data is automatically to your website page's HTML <HEAD> tag.
Docusaurus provides a simple RSS feed for your blog posts. Both RSS and Atom feed formats are supported. This data is automatically to your website page's HTML `<HEAD>` tag.
A summary of the post's text is provided in the RSS feed up to the `<!--truncate-->`. If no `<!--truncate-->` tag is found, then all text up 250 characters are used.