Mike Fix
Mike Fix
@jameshfisher do you really need to write the id to the file though? Or can you just generate the ID at runtime? We currently do this w/ our headings for...
@jameshfisher we released a new experimental formatter in [v0.1.5](https://github.com/markdoc/markdoc/releases/tag/0.1.5). Please give it a try and let us know if you run into bugs.
@jameshfisher have you had a chance to try out the formatter yet? Have you run into any bugs?
Going to close out this issue, with the existence of https://github.com/markdoc/markdoc/blob/main/src/formatter.ts. If folks run into issues with the formatter (as I am sure there are still bugs), please open a...
Cc @ijjk in case you have ideas. I doubt this is a `@markdoc/next.js` bug, but it could be. Regardless, I'm sure we could speed up our builds with some sort...
Hey folks, sorry for the delay here. I dug into this deeper, and there is something weird going on within Webpack and/or Next.js that prevents us from importing a module...
> Is this in the roadmap? I personally need it because I want to add an image with a custom width and alignment. And I don't want to create a...
Sorry @jerriep! Did not mean to invalidate @mauriciabad's question. I'll let @rpaul-stripe weigh in on timing of getting https://github.com/markdoc/markdoc/compare/html-support merged.
> Also following up on this: is the `Image` component (https://nextjs.org/docs/pages/api-reference/components/image) not supported? @jaanli you can use Next.js's `Image` component as the backing component for your image node/tag, yes. But...
@jaanli you should be able to use the Next.js Image component by adding an `image` tag in your own schema. ```js // ./markdoc/tags.js import Image from 'next/image' export.image = {...