# Filled in 'Markdown description' in the macro config, was warned about unsaved changes, saved, and t **What you are seeing** I filled in 'Markdown description' in the macro config, was warned about unsaved changes, saved, and the description was gone. --- ## Why it happens The save path never passes the description through, even though the underlying store accepts one. The unsaved-changes guard still counts a description edit as a change, so you are prompted to save something that is then dropped. --- ## What to do Do not rely on the macro's description field. Set a description on the document from the Capable Markdown library page instead. --- ## Settings involved | **Setting** | **Where** | **What it does** | | ---------------------------------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | Global settings → Capabilities → Markdow | \- | Hiding Markdown removes it from the Capable nav bar and the content byline menu across the site (app property capable-global-hidden-capabilities). It does NOT stop existing macros from rendering. | | Space settings → Space Capability Settin | \- | Auto shows the byline entry only when the page already carries markdown; Always pins it in every page's byline in that space; Never hides it there. Stored on the space property \_capable under capabilities.alway | | Global settings → Features → AI integrat | \- | 'Allow AI-powered features across Capable. Turn off to disable AI for all users.' Turning it off removes the Studio (Generate markdown with AI) section from the markdown catalogue. Studio additionally requires the app's | --- ## Limits that apply here | **Limit** | **Value** | **What happens** | | ------------------------------- | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | Large-document scroll mode | 500,000 characters | Past this the document macro shows '⚠️ Large content detected. Rendering in scrollable mode.' and renders inside a fixed 1200px-high scroll box instead of inline. | | Virtualised rendering threshold | 500,000 chars ; 1,000,000 chars (large p | Above the threshold the document is chunked (400 lines or 60,000 characters per chunk, fences kept intact) and only visible chunks are rendered. | | MCP / Rovo document size cap | 512 KB (524,288 characters) | Creating or updating a markdown asset through the Capable tools refuses (rather than truncates) anything larger, with a message telling the caller to split it. | --- ## Related [Logged-out reader on a public page sees 'Sign in to view this markdown' instead of the documentThe document is loaded from an external URL. URL markdown is fetched through the Capable p](https://help.gocapable.com/markdown/logged-out-reader-on-a-public-page-sees-sign-in-to-view-this-markdown-instead-of-the-document.html) [Diagram code blocks show as plain code instead of pictures for some readersRendering a fence needs a Capable client token, which logged-out readers do not have. This](https://help.gocapable.com/markdown/diagram-code-blocks-show-as-plain-code-instead-of-pictures-for-some-readers.html) [Everything elseThe rest of this family.](https://help.gocapable.com/markdown/everything-else.html) --- _Found it? Good._