Mike Fix

Results 23 comments of Mike Fix

@symmb this operating system and browser are you using?

> Sorry about this experience – @mfix-stripe let me know if you need any support from the Next.js side. Ayy, thanks for offering @leerob! I don't think anything special is...

Thanks for taking a look @ijjk. We do currently add a context dependency to the entire `markdoc/` dir (https://github.com/markdoc/next.js/blob/09712e2bd2add910e4de38ee19da4a8288ad289d/src/loader.js#L198), and @symmb mentioned the HMR stops working for the `pages/` dir,...

@ijjk any thoughts on the above? Is there a idiomatic way to force `getStaticProps` to re-run on save?

@ijjk super strange, but I was actually able to reproduce this issue with our starter repo: https://github.com/markdoc/markdoc-starter If you boot up the repo, HMR/Fast Refresh works great. But if you...

@ijjk it happens with the plain Next.js starter too. Here is a repo that reproduces the issue: https://github.com/mfix-stripe/nextjs-hmr-repro If you wait a minute or 2 and then try and edit...

Thanks @ijjk! I just tested this with `v12.2.6-canary.2`, and that fixed the problem. Closing 👍

> Hey all 👋 - quick question re additional attributes. Does this mean Markdoc will be departing from the commonmark spec for images at the parsing phase? E.g. https://spec.commonmark.org/0.30/#example-571 @nvanexan...

@nvanexan if you are using and Markdoc specific syntax (e.g. annotations), then those will not show up correctly in GitHub or iAWriter, until they support Markdoc syntax. If you are...

@jameshfisher, no one has written this yet, but it is on our roadmap to do so. I will leave this issue open in case someone takes a stab at writing...