Currently mdc is using detab to convert tabs into spaces. https://github.com/nuxt-content/mdc/blob/main/src/runtime/parser/handlers/code.ts#L10
And there's no option to configure tab size or disable this behavior, resulting in unwanted indentation conversions.
Please either remove this process or make it configurable.