Closed knownasilya closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated |
---|---|---|---|---|
milkdown | ✅ Ready (Inspect) | Visit Preview | 💬 Add your feedback | Mar 19, 2023 at 8:31PM (UTC) |
Using it with config
is by design.
Can you say more? Are we supposed to do two .config(nord).config((ctx) => ....)
?
Can you say more? Are we supposed to do two
.config(nord).config((ctx) => ....)
?
Yep. If you don't want to use multiple .config
, you can also write it like .config(ctx => { nord(ctx); ... })
Using it in
config
doesn't seem to work.