docusaurus/lib/core
Héctor Ramos f803dcbc8e Handle non-standard code blocks gracefully
Prior to this change, Docusaurus would encounter an error when trying to parse a ```SnackPlayer ``` codeblock in Prism.js. These code blocks are unique to the React Native site as of this writing. A proper long term fix would be to handle SnackPlayer properly as we do in the React Native website, but until then let's avoid crashing when we encounter these types of blocks.
2017-08-25 11:11:07 -07:00
..
nav Add comments 2017-08-15 16:55:38 -07:00
BlogPageLayout.js Add comments 2017-08-15 16:55:38 -07:00
BlogPost.js Add comments 2017-08-15 16:55:38 -07:00
BlogPostLayout.js Add comments 2017-08-15 16:55:38 -07:00
BlogSidebar.js Run Prettier 2017-07-10 16:38:35 -07:00
CompLibrary.js Add comments 2017-08-15 16:55:38 -07:00
Container.js Run Prettier 2017-07-10 16:38:35 -07:00
Doc.js Add comments 2017-08-15 16:55:38 -07:00
DocsLayout.js Add comments 2017-08-15 16:55:38 -07:00
DocsSidebar.js Allow document not in sidebar.json to be displayed 2017-08-07 15:15:09 -07:00
GridBlock.js Allow GridBlock images to be clickable links 2017-07-21 13:57:37 -07:00
Head.js Forgot tag closing in noindex 2017-08-16 13:55:14 -07:00
Header.js Run Prettier 2017-07-10 16:38:35 -07:00
Marked.js Add comments 2017-08-15 16:55:38 -07:00
Prism.js Handle non-standard code blocks gracefully 2017-08-25 11:11:07 -07:00
Site.js Add comments 2017-08-15 16:55:38 -07:00
toSlug.js Run Prettier 2017-07-10 16:38:35 -07:00
unindent.js Run Prettier 2017-07-10 16:38:35 -07:00