[markdown] Switch to Remarkable (#153)

* Switch to Remarkable
* Clean up references to custom code blocks
* Remove valdiateDOMNesting warning
* Add syntax highlighting
* Add Reason support
* Breaking change: prismColor to codeColor, remove CompLibrary.Prism, expose hljs
* Completely remove Prism and associated CSS rules
* Support loading plugins and scripts
* Remove CSS rules, allowing Highlight.js theme to be used entirely
* Remove unnecessary webplayer script
This commit is contained in:
Héctor Ramos 2017-10-24 09:45:21 -07:00 committed by Joel Marcey
parent 58613545b6
commit b832176dc6
18 changed files with 231 additions and 2744 deletions

View file

@ -57,11 +57,14 @@ const siteConfig = {
},
colors: {
primaryColor: "#2E8555",
secondaryColor: "#205C3B",
prismColor: "rgba(46, 133, 85, 0.03)"
secondaryColor: "#205C3B"
},
translationRecruitingLink: "https://crowdin.com/project/docusaurus",
copyright: "Copyright © " + new Date().getFullYear() + " Facebook Inc."
copyright: "Copyright © " + new Date().getFullYear() + " Facebook Inc.",
highlight: {
theme: "solarized-dark"
}
};
module.exports = siteConfig;