UNPKG
@tiagoporto/remark-config
Version:
alpha (1.12.0-alpha.1)
latest (1.11.0)
1.12.0-alpha.1
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.1.0-alpha.1
1.0.0
1.0.0-alpha.1
1.0.0-alpha.0
Shareable Config for remark
github.com/tiagoporto/config
@tiagoporto/remark-config
/
mdx.mjs
9 lines
(6 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
remarkMdx
from
'remark-mdx'
import
baseConfig
from
'./index.mjs'
export
default
{ ...baseConfig,
plugins
: [...baseConfig.
plugins
, remarkMdx], }