feat(v2): presets (#1401)

* feat(v2): presets

* misc: add newline

* misc: add tests

* misc: fix path
This commit is contained in:
Yangshun Tay 2019-04-27 10:47:56 -07:00 committed by GitHub
parent 7ebcf10478
commit 361986515c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 394 additions and 89 deletions

View file

@ -4,6 +4,7 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
const {getOptions} = require('loader-utils');
const mdx = require('@mdx-js/mdx');
const rehypePrism = require('@mapbox/rehype-prism');