[{"data":1,"prerenderedAt":1432},["ShallowReactive",2],{"mdc-i6suk2-key":3},{"data":4,"body":5},{},{"type":6,"children":7},"root",[8,17,34,39,46,51,65,71,85,92,112,118,123,131,136,142,155,828,833,839,847,856,864,873,881,890,898,907,916,922,927,935,941,946,954,960,965,973,979,1018,1024,1045,1055,1108,1114,1127,1135,1148,1154,1167,1175,1203,1209,1222,1230,1236,1248,1256,1262,1297,1305,1327,1333,1338,1383,1389,1427],{"type":9,"tag":10,"props":11,"children":13},"element","h1",{"id":12},"writing-markdown",[14],{"type":15,"value":16},"text","Writing Markdown",{"type":9,"tag":18,"props":19,"children":20},"p",{},[21,23,32],{"type":15,"value":22},"Cognova uses ",{"type":9,"tag":24,"props":25,"children":29},"a",{"href":26,"rel":27},"https:\u002F\u002Fcontent.nuxt.com\u002Fdocs\u002Ffiles\u002Fmarkdown",[28],"nofollow",[30],{"type":15,"value":31},"MDC (Markdown Components)",{"type":15,"value":33}," to render knowledge files, shared documents, chat messages, and documentation. MDC extends standard Markdown with syntax highlighting, component embedding, and more.",{"type":9,"tag":18,"props":35,"children":36},{},[37],{"type":15,"value":38},"This guide covers what's supported and how to get the best results when writing knowledge files or shared documents.",{"type":9,"tag":40,"props":41,"children":43},"h2",{"id":42},"basic-formatting",[44],{"type":15,"value":45},"Basic Formatting",{"type":9,"tag":18,"props":47,"children":48},{},[49],{"type":15,"value":50},"Standard Markdown works everywhere:",{"type":9,"tag":52,"props":53,"children":59},"pre",{"className":54,"code":55,"language":56,"meta":57,"style":58},"language-markdown","# Heading 1\n## Heading 2\n### Heading 3\n\n**Bold text** and *italic text* and ~~strikethrough~~\n\n- Unordered list\n- Another item\n  - Nested item\n\n1. Ordered list\n2. Second item\n\n> Blockquote for callouts or emphasis\n\n[Link text](https:\u002F\u002Fexample.com)\n\n![Image alt text](https:\u002F\u002Fexample.com\u002Fimage.png)\n","markdown","","undefined",[60],{"type":9,"tag":61,"props":62,"children":63},"code",{"__ignoreMap":57},[64],{"type":15,"value":55},{"type":9,"tag":40,"props":66,"children":68},{"id":67},"code-blocks",[69],{"type":15,"value":70},"Code Blocks",{"type":9,"tag":18,"props":72,"children":73},{},[74,76,83],{"type":15,"value":75},"Fenced code blocks with a language identifier get automatic syntax highlighting powered by ",{"type":9,"tag":24,"props":77,"children":80},{"href":78,"rel":79},"https:\u002F\u002Fshiki.style",[28],[81],{"type":15,"value":82},"Shiki",{"type":15,"value":84},".",{"type":9,"tag":86,"props":87,"children":89},"h3",{"id":88},"inline-code",[90],{"type":15,"value":91},"Inline Code",{"type":9,"tag":18,"props":93,"children":94},{},[95,97,103,105,111],{"type":15,"value":96},"Use backticks for inline code: ",{"type":9,"tag":61,"props":98,"children":100},{"className":99},[],[101],{"type":15,"value":102},"const x = 42",{"type":15,"value":104}," or ",{"type":9,"tag":61,"props":106,"children":108},{"className":107},[],[109],{"type":15,"value":110},"pip install requests",{"type":15,"value":84},{"type":9,"tag":86,"props":113,"children":115},{"id":114},"fenced-blocks",[116],{"type":15,"value":117},"Fenced Blocks",{"type":9,"tag":18,"props":119,"children":120},{},[121],{"type":15,"value":122},"Wrap code in triple backticks with a language identifier:",{"type":9,"tag":52,"props":124,"children":126},{"className":54,"code":125,"language":56,"meta":57,"style":58},"```python\ndef hello(name: str) -> str:\n    return f\"Hello, {name}!\"\n```\n",[127],{"type":9,"tag":61,"props":128,"children":129},{"__ignoreMap":57},[130],{"type":15,"value":125},{"type":9,"tag":18,"props":132,"children":133},{},[134],{"type":15,"value":135},"This renders with full syntax highlighting and a copy button.",{"type":9,"tag":86,"props":137,"children":139},{"id":138},"supported-languages",[140],{"type":15,"value":141},"Supported Languages",{"type":9,"tag":18,"props":143,"children":144},{},[145,147,153],{"type":15,"value":146},"Cognova supports syntax highlighting for ",{"type":9,"tag":148,"props":149,"children":150},"strong",{},[151],{"type":15,"value":152},"60+ languages",{"type":15,"value":154}," across all major ecosystems:",{"type":9,"tag":156,"props":157,"children":158},"table",{},[159,178],{"type":9,"tag":160,"props":161,"children":162},"thead",{},[163],{"type":9,"tag":164,"props":165,"children":166},"tr",{},[167,173],{"type":9,"tag":168,"props":169,"children":170},"th",{},[171],{"type":15,"value":172},"Category",{"type":9,"tag":168,"props":174,"children":175},{},[176],{"type":15,"value":177},"Languages",{"type":9,"tag":179,"props":180,"children":181},"tbody",{},[182,274,329,377,418,445,514,548,589,636,705,746,787],{"type":9,"tag":164,"props":183,"children":184},{},[185,194],{"type":9,"tag":186,"props":187,"children":188},"td",{},[189],{"type":9,"tag":148,"props":190,"children":191},{},[192],{"type":15,"value":193},"Web",{"type":9,"tag":186,"props":195,"children":196},{},[197,203,205,211,212,218,219,225,226,232,233,239,240,246,247,253,254,260,261,267,268],{"type":9,"tag":61,"props":198,"children":200},{"className":199},[],[201],{"type":15,"value":202},"js",{"type":15,"value":204},", ",{"type":9,"tag":61,"props":206,"children":208},{"className":207},[],[209],{"type":15,"value":210},"jsx",{"type":15,"value":204},{"type":9,"tag":61,"props":213,"children":215},{"className":214},[],[216],{"type":15,"value":217},"ts",{"type":15,"value":204},{"type":9,"tag":61,"props":220,"children":222},{"className":221},[],[223],{"type":15,"value":224},"tsx",{"type":15,"value":204},{"type":9,"tag":61,"props":227,"children":229},{"className":228},[],[230],{"type":15,"value":231},"vue",{"type":15,"value":204},{"type":9,"tag":61,"props":234,"children":236},{"className":235},[],[237],{"type":15,"value":238},"html",{"type":15,"value":204},{"type":9,"tag":61,"props":241,"children":243},{"className":242},[],[244],{"type":15,"value":245},"css",{"type":15,"value":204},{"type":9,"tag":61,"props":248,"children":250},{"className":249},[],[251],{"type":15,"value":252},"scss",{"type":15,"value":204},{"type":9,"tag":61,"props":255,"children":257},{"className":256},[],[258],{"type":15,"value":259},"json",{"type":15,"value":204},{"type":9,"tag":61,"props":262,"children":264},{"className":263},[],[265],{"type":15,"value":266},"json5",{"type":15,"value":204},{"type":9,"tag":61,"props":269,"children":271},{"className":270},[],[272],{"type":15,"value":273},"jsonc",{"type":9,"tag":164,"props":275,"children":276},{},[277,285],{"type":9,"tag":186,"props":278,"children":279},{},[280],{"type":9,"tag":148,"props":281,"children":282},{},[283],{"type":15,"value":284},"Shell",{"type":9,"tag":186,"props":286,"children":287},{},[288,294,295,301,302,308,309,315,316,322,323],{"type":9,"tag":61,"props":289,"children":291},{"className":290},[],[292],{"type":15,"value":293},"bash",{"type":15,"value":204},{"type":9,"tag":61,"props":296,"children":298},{"className":297},[],[299],{"type":15,"value":300},"sh",{"type":15,"value":204},{"type":9,"tag":61,"props":303,"children":305},{"className":304},[],[306],{"type":15,"value":307},"zsh",{"type":15,"value":204},{"type":9,"tag":61,"props":310,"children":312},{"className":311},[],[313],{"type":15,"value":314},"powershell",{"type":15,"value":204},{"type":9,"tag":61,"props":317,"children":319},{"className":318},[],[320],{"type":15,"value":321},"bat",{"type":15,"value":204},{"type":9,"tag":61,"props":324,"children":326},{"className":325},[],[327],{"type":15,"value":328},"fish",{"type":9,"tag":164,"props":330,"children":331},{},[332,340],{"type":9,"tag":186,"props":333,"children":334},{},[335],{"type":9,"tag":148,"props":336,"children":337},{},[338],{"type":15,"value":339},"Systems",{"type":9,"tag":186,"props":341,"children":342},{},[343,349,350,356,357,363,364,370,371],{"type":9,"tag":61,"props":344,"children":346},{"className":345},[],[347],{"type":15,"value":348},"c",{"type":15,"value":204},{"type":9,"tag":61,"props":351,"children":353},{"className":352},[],[354],{"type":15,"value":355},"cpp",{"type":15,"value":204},{"type":9,"tag":61,"props":358,"children":360},{"className":359},[],[361],{"type":15,"value":362},"rust",{"type":15,"value":204},{"type":9,"tag":61,"props":365,"children":367},{"className":366},[],[368],{"type":15,"value":369},"go",{"type":15,"value":204},{"type":9,"tag":61,"props":372,"children":374},{"className":373},[],[375],{"type":15,"value":376},"zig",{"type":9,"tag":164,"props":378,"children":379},{},[380,388],{"type":9,"tag":186,"props":381,"children":382},{},[383],{"type":9,"tag":148,"props":384,"children":385},{},[386],{"type":15,"value":387},"JVM",{"type":9,"tag":186,"props":389,"children":390},{},[391,397,398,404,405,411,412],{"type":9,"tag":61,"props":392,"children":394},{"className":393},[],[395],{"type":15,"value":396},"java",{"type":15,"value":204},{"type":9,"tag":61,"props":399,"children":401},{"className":400},[],[402],{"type":15,"value":403},"kotlin",{"type":15,"value":204},{"type":9,"tag":61,"props":406,"children":408},{"className":407},[],[409],{"type":15,"value":410},"scala",{"type":15,"value":204},{"type":9,"tag":61,"props":413,"children":415},{"className":414},[],[416],{"type":15,"value":417},"groovy",{"type":9,"tag":164,"props":419,"children":420},{},[421,429],{"type":9,"tag":186,"props":422,"children":423},{},[424],{"type":9,"tag":148,"props":425,"children":426},{},[427],{"type":15,"value":428},".NET",{"type":9,"tag":186,"props":430,"children":431},{},[432,438,439],{"type":9,"tag":61,"props":433,"children":435},{"className":434},[],[436],{"type":15,"value":437},"csharp",{"type":15,"value":204},{"type":9,"tag":61,"props":440,"children":442},{"className":441},[],[443],{"type":15,"value":444},"fsharp",{"type":9,"tag":164,"props":446,"children":447},{},[448,456],{"type":9,"tag":186,"props":449,"children":450},{},[451],{"type":9,"tag":148,"props":452,"children":453},{},[454],{"type":15,"value":455},"Scripting",{"type":9,"tag":186,"props":457,"children":458},{},[459,465,466,472,473,479,480,486,487,493,494,500,501,507,508],{"type":9,"tag":61,"props":460,"children":462},{"className":461},[],[463],{"type":15,"value":464},"python",{"type":15,"value":204},{"type":9,"tag":61,"props":467,"children":469},{"className":468},[],[470],{"type":15,"value":471},"ruby",{"type":15,"value":204},{"type":9,"tag":61,"props":474,"children":476},{"className":475},[],[477],{"type":15,"value":478},"perl",{"type":15,"value":204},{"type":9,"tag":61,"props":481,"children":483},{"className":482},[],[484],{"type":15,"value":485},"lua",{"type":15,"value":204},{"type":9,"tag":61,"props":488,"children":490},{"className":489},[],[491],{"type":15,"value":492},"php",{"type":15,"value":204},{"type":9,"tag":61,"props":495,"children":497},{"className":496},[],[498],{"type":15,"value":499},"r",{"type":15,"value":204},{"type":9,"tag":61,"props":502,"children":504},{"className":503},[],[505],{"type":15,"value":506},"elixir",{"type":15,"value":204},{"type":9,"tag":61,"props":509,"children":511},{"className":510},[],[512],{"type":15,"value":513},"erlang",{"type":9,"tag":164,"props":515,"children":516},{},[517,525],{"type":9,"tag":186,"props":518,"children":519},{},[520],{"type":9,"tag":148,"props":521,"children":522},{},[523],{"type":15,"value":524},"Mobile",{"type":9,"tag":186,"props":526,"children":527},{},[528,534,535,541,542],{"type":9,"tag":61,"props":529,"children":531},{"className":530},[],[532],{"type":15,"value":533},"swift",{"type":15,"value":204},{"type":9,"tag":61,"props":536,"children":538},{"className":537},[],[539],{"type":15,"value":540},"dart",{"type":15,"value":204},{"type":9,"tag":61,"props":543,"children":545},{"className":544},[],[546],{"type":15,"value":547},"objective-c",{"type":9,"tag":164,"props":549,"children":550},{},[551,559],{"type":9,"tag":186,"props":552,"children":553},{},[554],{"type":9,"tag":148,"props":555,"children":556},{},[557],{"type":15,"value":558},"Functional",{"type":9,"tag":186,"props":560,"children":561},{},[562,568,569,575,576,582,583],{"type":9,"tag":61,"props":563,"children":565},{"className":564},[],[566],{"type":15,"value":567},"haskell",{"type":15,"value":204},{"type":9,"tag":61,"props":570,"children":572},{"className":571},[],[573],{"type":15,"value":574},"ocaml",{"type":15,"value":204},{"type":9,"tag":61,"props":577,"children":579},{"className":578},[],[580],{"type":15,"value":581},"clojure",{"type":15,"value":204},{"type":9,"tag":61,"props":584,"children":586},{"className":585},[],[587],{"type":15,"value":588},"lisp",{"type":9,"tag":164,"props":590,"children":591},{},[592,600],{"type":9,"tag":186,"props":593,"children":594},{},[595],{"type":9,"tag":148,"props":596,"children":597},{},[598],{"type":15,"value":599},"Markup",{"type":9,"tag":186,"props":601,"children":602},{},[603,609,610,615,616,622,623,629,630],{"type":9,"tag":61,"props":604,"children":606},{"className":605},[],[607],{"type":15,"value":608},"md",{"type":15,"value":204},{"type":9,"tag":61,"props":611,"children":613},{"className":612},[],[614],{"type":15,"value":56},{"type":15,"value":204},{"type":9,"tag":61,"props":617,"children":619},{"className":618},[],[620],{"type":15,"value":621},"latex",{"type":15,"value":204},{"type":9,"tag":61,"props":624,"children":626},{"className":625},[],[627],{"type":15,"value":628},"xml",{"type":15,"value":204},{"type":9,"tag":61,"props":631,"children":633},{"className":632},[],[634],{"type":15,"value":635},"graphql",{"type":9,"tag":164,"props":637,"children":638},{},[639,647],{"type":9,"tag":186,"props":640,"children":641},{},[642],{"type":9,"tag":148,"props":643,"children":644},{},[645],{"type":15,"value":646},"Config",{"type":9,"tag":186,"props":648,"children":649},{},[650,656,657,663,664,670,671,677,678,684,685,691,692,698,699],{"type":9,"tag":61,"props":651,"children":653},{"className":652},[],[654],{"type":15,"value":655},"yaml",{"type":15,"value":204},{"type":9,"tag":61,"props":658,"children":660},{"className":659},[],[661],{"type":15,"value":662},"toml",{"type":15,"value":204},{"type":9,"tag":61,"props":665,"children":667},{"className":666},[],[668],{"type":15,"value":669},"ini",{"type":15,"value":204},{"type":9,"tag":61,"props":672,"children":674},{"className":673},[],[675],{"type":15,"value":676},"dotenv",{"type":15,"value":204},{"type":9,"tag":61,"props":679,"children":681},{"className":680},[],[682],{"type":15,"value":683},"nginx",{"type":15,"value":204},{"type":9,"tag":61,"props":686,"children":688},{"className":687},[],[689],{"type":15,"value":690},"dockerfile",{"type":15,"value":204},{"type":9,"tag":61,"props":693,"children":695},{"className":694},[],[696],{"type":15,"value":697},"hcl",{"type":15,"value":204},{"type":9,"tag":61,"props":700,"children":702},{"className":701},[],[703],{"type":15,"value":704},"prisma",{"type":9,"tag":164,"props":706,"children":707},{},[708,716],{"type":9,"tag":186,"props":709,"children":710},{},[711],{"type":9,"tag":148,"props":712,"children":713},{},[714],{"type":15,"value":715},"Data & Query",{"type":9,"tag":186,"props":717,"children":718},{},[719,725,726,732,733,739,740],{"type":9,"tag":61,"props":720,"children":722},{"className":721},[],[723],{"type":15,"value":724},"sql",{"type":15,"value":204},{"type":9,"tag":61,"props":727,"children":729},{"className":728},[],[730],{"type":15,"value":731},"csv",{"type":15,"value":204},{"type":9,"tag":61,"props":734,"children":736},{"className":735},[],[737],{"type":15,"value":738},"proto",{"type":15,"value":204},{"type":9,"tag":61,"props":741,"children":743},{"className":742},[],[744],{"type":15,"value":745},"regex",{"type":9,"tag":164,"props":747,"children":748},{},[749,757],{"type":9,"tag":186,"props":750,"children":751},{},[752],{"type":9,"tag":148,"props":753,"children":754},{},[755],{"type":15,"value":756},"System",{"type":9,"tag":186,"props":758,"children":759},{},[760,766,767,773,774,780,781],{"type":9,"tag":61,"props":761,"children":763},{"className":762},[],[764],{"type":15,"value":765},"systemd",{"type":15,"value":204},{"type":9,"tag":61,"props":768,"children":770},{"className":769},[],[771],{"type":15,"value":772},"ssh-config",{"type":15,"value":204},{"type":9,"tag":61,"props":775,"children":777},{"className":776},[],[778],{"type":15,"value":779},"makefile",{"type":15,"value":204},{"type":9,"tag":61,"props":782,"children":784},{"className":783},[],[785],{"type":15,"value":786},"cmake",{"type":9,"tag":164,"props":788,"children":789},{},[790,798],{"type":9,"tag":186,"props":791,"children":792},{},[793],{"type":9,"tag":148,"props":794,"children":795},{},[796],{"type":15,"value":797},"Other",{"type":9,"tag":186,"props":799,"children":800},{},[801,807,808,814,815,821,822],{"type":9,"tag":61,"props":802,"children":804},{"className":803},[],[805],{"type":15,"value":806},"diff",{"type":15,"value":204},{"type":9,"tag":61,"props":809,"children":811},{"className":810},[],[812],{"type":15,"value":813},"log",{"type":15,"value":204},{"type":9,"tag":61,"props":816,"children":818},{"className":817},[],[819],{"type":15,"value":820},"mermaid",{"type":15,"value":204},{"type":9,"tag":61,"props":823,"children":825},{"className":824},[],[826],{"type":15,"value":827},"solidity",{"type":9,"tag":18,"props":829,"children":830},{},[831],{"type":15,"value":832},"If no language is specified, the block renders as plain text without highlighting.",{"type":9,"tag":86,"props":834,"children":836},{"id":835},"examples",[837],{"type":15,"value":838},"Examples",{"type":9,"tag":18,"props":840,"children":841},{},[842],{"type":9,"tag":148,"props":843,"children":844},{},[845],{"type":15,"value":846},"Python",{"type":9,"tag":52,"props":848,"children":851},{"className":849,"code":850,"language":464,"meta":57,"style":58},"language-python","import httpx\n\nasync def fetch_data(url: str) -> dict:\n    async with httpx.AsyncClient() as client:\n        response = await client.get(url)\n        response.raise_for_status()\n        return response.json()\n",[852],{"type":9,"tag":61,"props":853,"children":854},{"__ignoreMap":57},[855],{"type":15,"value":850},{"type":9,"tag":18,"props":857,"children":858},{},[859],{"type":9,"tag":148,"props":860,"children":861},{},[862],{"type":15,"value":863},"Rust",{"type":9,"tag":52,"props":865,"children":868},{"className":866,"code":867,"language":362,"meta":57,"style":58},"language-rust","fn fibonacci(n: u64) -> u64 {\n    match n {\n        0 => 0,\n        1 => 1,\n        _ => fibonacci(n - 1) + fibonacci(n - 2),\n    }\n}\n",[869],{"type":9,"tag":61,"props":870,"children":871},{"__ignoreMap":57},[872],{"type":15,"value":867},{"type":9,"tag":18,"props":874,"children":875},{},[876],{"type":9,"tag":148,"props":877,"children":878},{},[879],{"type":15,"value":880},"SQL",{"type":9,"tag":52,"props":882,"children":885},{"className":883,"code":884,"language":724,"meta":57,"style":58},"language-sql","SELECT agents.name, COUNT(conversations.id) AS total\nFROM agents\nLEFT JOIN conversations ON conversations.agent_id = agents.id\nWHERE agents.workspace_id = :workspace_id\nGROUP BY agents.name\nORDER BY total DESC;\n",[886],{"type":9,"tag":61,"props":887,"children":888},{"__ignoreMap":57},[889],{"type":15,"value":884},{"type":9,"tag":18,"props":891,"children":892},{},[893],{"type":9,"tag":148,"props":894,"children":895},{},[896],{"type":15,"value":897},"Docker + YAML",{"type":9,"tag":52,"props":899,"children":902},{"className":900,"code":901,"language":690,"meta":57,"style":58},"language-dockerfile","FROM node:22-slim\nWORKDIR \u002Fapp\nCOPY package.json pnpm-lock.yaml .\u002F\nRUN corepack enable && pnpm install --frozen-lockfile\nCOPY . .\nRUN pnpm build\nCMD [\"node\", \".output\u002Fserver\u002Findex.mjs\"]\n",[903],{"type":9,"tag":61,"props":904,"children":905},{"__ignoreMap":57},[906],{"type":15,"value":901},{"type":9,"tag":52,"props":908,"children":911},{"className":909,"code":910,"language":655,"meta":57,"style":58},"language-yaml","services:\n  app:\n    build: .\n    ports:\n      - \"3000:3000\"\n    environment:\n      DATABASE_URL: postgres:\u002F\u002Flocalhost\u002Fcognova\n",[912],{"type":9,"tag":61,"props":913,"children":914},{"__ignoreMap":57},[915],{"type":15,"value":910},{"type":9,"tag":40,"props":917,"children":919},{"id":918},"tables",[920],{"type":15,"value":921},"Tables",{"type":9,"tag":18,"props":923,"children":924},{},[925],{"type":15,"value":926},"Standard Markdown tables are supported with alignment:",{"type":9,"tag":52,"props":928,"children":930},{"className":54,"code":929,"language":56,"meta":57,"style":58},"| Left | Center | Right |\n|:-----|:------:|------:|\n| A    |   B    |     C |\n",[931],{"type":9,"tag":61,"props":932,"children":933},{"__ignoreMap":57},[934],{"type":15,"value":929},{"type":9,"tag":40,"props":936,"children":938},{"id":937},"links-images",[939],{"type":15,"value":940},"Links & Images",{"type":9,"tag":18,"props":942,"children":943},{},[944],{"type":15,"value":945},"External links open in a new tab automatically. Internal links use client-side navigation:",{"type":9,"tag":52,"props":947,"children":949},{"className":54,"code":948,"language":56,"meta":57,"style":58},"[External](https:\u002F\u002Fgithub.com)\n[Internal docs link](\u002Fdocs\u002Fgetting-started)\n![Screenshot](\u002Fimages\u002Fdashboard.png)\n",[950],{"type":9,"tag":61,"props":951,"children":952},{"__ignoreMap":57},[953],{"type":15,"value":948},{"type":9,"tag":40,"props":955,"children":957},{"id":956},"horizontal-rules",[958],{"type":15,"value":959},"Horizontal Rules",{"type":9,"tag":18,"props":961,"children":962},{},[963],{"type":15,"value":964},"Use three dashes for a horizontal rule:",{"type":9,"tag":52,"props":966,"children":968},{"className":54,"code":967,"language":56,"meta":57,"style":58},"---\n",[969],{"type":9,"tag":61,"props":970,"children":971},{"__ignoreMap":57},[972],{"type":15,"value":967},{"type":9,"tag":40,"props":974,"children":976},{"id":975},"custom-components",[977],{"type":15,"value":978},"Custom Components",{"type":9,"tag":18,"props":980,"children":981},{},[982,984,991,993,1000,1002,1008,1010,1016],{"type":15,"value":983},"Cognova extends Markdown with custom components using ",{"type":9,"tag":24,"props":985,"children":988},{"href":986,"rel":987},"https:\u002F\u002Fcontent.nuxt.com\u002Fdocs\u002Ffiles\u002Fmarkdown#vue-components",[28],[989],{"type":15,"value":990},"MDC syntax",{"type":15,"value":992},", powered by ",{"type":9,"tag":24,"props":994,"children":997},{"href":995,"rel":996},"https:\u002F\u002Fui.nuxt.com",[28],[998],{"type":15,"value":999},"Nuxt UI",{"type":15,"value":1001}," prose components. Use ",{"type":9,"tag":61,"props":1003,"children":1005},{"className":1004},[],[1006],{"type":15,"value":1007},"::component-name",{"type":15,"value":1009}," for block components and ",{"type":9,"tag":61,"props":1011,"children":1013},{"className":1012},[],[1014],{"type":15,"value":1015},":component-name",{"type":15,"value":1017}," for inline components.",{"type":9,"tag":86,"props":1019,"children":1021},{"id":1020},"callout",[1022],{"type":15,"value":1023},"Callout",{"type":9,"tag":18,"props":1025,"children":1026},{},[1027,1029,1035,1037,1043],{"type":15,"value":1028},"Highlight important information with colored callout boxes. Use the ",{"type":9,"tag":61,"props":1030,"children":1032},{"className":1031},[],[1033],{"type":15,"value":1034},"color",{"type":15,"value":1036}," prop for styling and ",{"type":9,"tag":61,"props":1038,"children":1040},{"className":1039},[],[1041],{"type":15,"value":1042},"icon",{"type":15,"value":1044}," for a leading icon.",{"type":9,"tag":52,"props":1046,"children":1050},{"className":1047,"code":1048,"language":1049,"meta":57,"style":58},"language-mdc","::callout{color=\"info\" icon=\"i-lucide-info\"}\nGeneral information or context for the reader.\n::\n\n::callout{color=\"success\" icon=\"i-lucide-lightbulb\"}\nA helpful tip or best practice.\n::\n\n::callout{color=\"warning\" icon=\"i-lucide-alert-triangle\"}\nSomething to watch out for — proceed with caution.\n::\n\n::callout{color=\"error\" icon=\"i-lucide-alert-circle\"}\nA critical warning or breaking change.\n::\n","mdc",[1051],{"type":9,"tag":61,"props":1052,"children":1053},{"__ignoreMap":57},[1054],{"type":15,"value":1048},{"type":9,"tag":18,"props":1056,"children":1057},{},[1058,1060,1066,1067,1073,1074,1080,1081,1087,1088,1094,1095,1101,1102],{"type":15,"value":1059},"Available colors: ",{"type":9,"tag":61,"props":1061,"children":1063},{"className":1062},[],[1064],{"type":15,"value":1065},"primary",{"type":15,"value":204},{"type":9,"tag":61,"props":1068,"children":1070},{"className":1069},[],[1071],{"type":15,"value":1072},"secondary",{"type":15,"value":204},{"type":9,"tag":61,"props":1075,"children":1077},{"className":1076},[],[1078],{"type":15,"value":1079},"success",{"type":15,"value":204},{"type":9,"tag":61,"props":1082,"children":1084},{"className":1083},[],[1085],{"type":15,"value":1086},"info",{"type":15,"value":204},{"type":9,"tag":61,"props":1089,"children":1091},{"className":1090},[],[1092],{"type":15,"value":1093},"warning",{"type":15,"value":204},{"type":9,"tag":61,"props":1096,"children":1098},{"className":1097},[],[1099],{"type":15,"value":1100},"error",{"type":15,"value":204},{"type":9,"tag":61,"props":1103,"children":1105},{"className":1104},[],[1106],{"type":15,"value":1107},"neutral",{"type":9,"tag":86,"props":1109,"children":1111},{"id":1110},"code-group",[1112],{"type":15,"value":1113},"Code Group",{"type":9,"tag":18,"props":1115,"children":1116},{},[1117,1119,1125],{"type":15,"value":1118},"Display multiple code blocks as tabs — useful for showing the same example in different languages. Each code block's ",{"type":9,"tag":61,"props":1120,"children":1122},{"className":1121},[],[1123],{"type":15,"value":1124},"filename",{"type":15,"value":1126}," or language becomes the tab label.",{"type":9,"tag":52,"props":1128,"children":1130},{"className":1047,"code":1129,"language":1049,"meta":57,"style":58},"::code-group\n\n```python [install.py]\npip install cognova\n```\n\n```javascript [install.js]\nnpm install @cognova\u002Fsdk\n```\n\n```bash [install.sh]\ncurl -fsSL https:\u002F\u002Fcognova.dev\u002Finstall | sh\n```\n\n::\n",[1131],{"type":9,"tag":61,"props":1132,"children":1133},{"__ignoreMap":57},[1134],{"type":15,"value":1129},{"type":9,"tag":18,"props":1136,"children":1137},{},[1138,1140,1146],{"type":15,"value":1139},"The ",{"type":9,"tag":61,"props":1141,"children":1143},{"className":1142},[],[1144],{"type":15,"value":1145},"[filename]",{"type":15,"value":1147}," after the language sets the tab label. Without it, the language name is used.",{"type":9,"tag":86,"props":1149,"children":1151},{"id":1150},"collapsible",[1152],{"type":15,"value":1153},"Collapsible",{"type":9,"tag":18,"props":1155,"children":1156},{},[1157,1159,1165],{"type":15,"value":1158},"Hide content behind an expandable section. Use ",{"type":9,"tag":61,"props":1160,"children":1162},{"className":1161},[],[1163],{"type":15,"value":1164},"name",{"type":15,"value":1166}," to label the section.",{"type":9,"tag":52,"props":1168,"children":1170},{"className":1047,"code":1169,"language":1049,"meta":57,"style":58},"::collapsible{name=\"error output\"}\nHere is the complete stack trace that you can share with support...\n::\n",[1171],{"type":9,"tag":61,"props":1172,"children":1173},{"__ignoreMap":57},[1174],{"type":15,"value":1169},{"type":9,"tag":18,"props":1176,"children":1177},{},[1178,1180,1185,1187,1193,1195,1201],{"type":15,"value":1179},"Props: ",{"type":9,"tag":61,"props":1181,"children":1183},{"className":1182},[],[1184],{"type":15,"value":1164},{"type":15,"value":1186}," (label text), ",{"type":9,"tag":61,"props":1188,"children":1190},{"className":1189},[],[1191],{"type":15,"value":1192},"openText",{"type":15,"value":1194}," (default \"Show\"), ",{"type":9,"tag":61,"props":1196,"children":1198},{"className":1197},[],[1199],{"type":15,"value":1200},"closeText",{"type":15,"value":1202}," (default \"Hide\")",{"type":9,"tag":86,"props":1204,"children":1206},{"id":1205},"steps",[1207],{"type":15,"value":1208},"Steps",{"type":9,"tag":18,"props":1210,"children":1211},{},[1212,1214,1220],{"type":15,"value":1213},"Display ordered instructions with visual step indicators. Use ",{"type":9,"tag":61,"props":1215,"children":1217},{"className":1216},[],[1218],{"type":15,"value":1219},"###",{"type":15,"value":1221}," headings inside to define each step.",{"type":9,"tag":52,"props":1223,"children":1225},{"className":1047,"code":1224,"language":1049,"meta":57,"style":58},"::steps\n\n### Create an API key\n\nGo to **Settings → Integrations** and click \"Create Key\".\n\n### Install the CLI\n\nRun the install command for your platform.\n\n\\`\\`\\`bash\nnpm install -g @cognova\u002Fcli\n\\`\\`\\`\n\n### Authenticate\n\n\\`\\`\\`bash\ncognova auth login\n\\`\\`\\`\n\n::\n",[1226],{"type":9,"tag":61,"props":1227,"children":1228},{"__ignoreMap":57},[1229],{"type":15,"value":1224},{"type":9,"tag":86,"props":1231,"children":1233},{"id":1232},"badge",[1234],{"type":15,"value":1235},"Badge",{"type":9,"tag":18,"props":1237,"children":1238},{},[1239,1241,1246],{"type":15,"value":1240},"Inline status labels and tags. Renders with the ",{"type":9,"tag":61,"props":1242,"children":1244},{"className":1243},[],[1245],{"type":15,"value":1065},{"type":15,"value":1247}," color by default.",{"type":9,"tag":52,"props":1249,"children":1251},{"className":1047,"code":1250,"language":1049,"meta":57,"style":58},"This feature is :badge[New] and supports :badge[Markdown]{color=\"info\"} inside badges.\n",[1252],{"type":9,"tag":61,"props":1253,"children":1254},{"__ignoreMap":57},[1255],{"type":15,"value":1250},{"type":9,"tag":86,"props":1257,"children":1259},{"id":1258},"card",[1260],{"type":15,"value":1261},"Card",{"type":9,"tag":18,"props":1263,"children":1264},{},[1265,1267,1273,1274,1279,1281,1287,1289,1295],{"type":15,"value":1266},"Styled content card with optional ",{"type":9,"tag":61,"props":1268,"children":1270},{"className":1269},[],[1271],{"type":15,"value":1272},"title",{"type":15,"value":204},{"type":9,"tag":61,"props":1275,"children":1277},{"className":1276},[],[1278],{"type":15,"value":1042},{"type":15,"value":1280},", and ",{"type":9,"tag":61,"props":1282,"children":1284},{"className":1283},[],[1285],{"type":15,"value":1286},"description",{"type":15,"value":1288},". Can also link somewhere with the ",{"type":9,"tag":61,"props":1290,"children":1292},{"className":1291},[],[1293],{"type":15,"value":1294},"to",{"type":15,"value":1296}," prop.",{"type":9,"tag":52,"props":1298,"children":1300},{"className":1047,"code":1299,"language":1049,"meta":57,"style":58},"::card{title=\"Quick Start\" icon=\"i-lucide-rocket\"}\nClone the repo and run `pnpm dev` to get started in under a minute.\n::\n\n::card{title=\"IDE Integrations\" icon=\"i-lucide-laptop\" to=\"\u002Fdocs\u002Fide-integrations\"}\nConnect any IDE or AI agent to Cognova via MCP.\n::\n",[1301],{"type":9,"tag":61,"props":1302,"children":1303},{"__ignoreMap":57},[1304],{"type":15,"value":1299},{"type":9,"tag":18,"props":1306,"children":1307},{},[1308,1310,1317,1319,1325],{"type":15,"value":1309},"Icons use the ",{"type":9,"tag":24,"props":1311,"children":1314},{"href":1312,"rel":1313},"https:\u002F\u002Flucide.dev\u002Ficons\u002F",[28],[1315],{"type":15,"value":1316},"Lucide",{"type":15,"value":1318}," icon set with the ",{"type":9,"tag":61,"props":1320,"children":1322},{"className":1321},[],[1323],{"type":15,"value":1324},"i-lucide-",{"type":15,"value":1326}," prefix.",{"type":9,"tag":40,"props":1328,"children":1330},{"id":1329},"tips-for-knowledge-files",[1331],{"type":15,"value":1332},"Tips for Knowledge Files",{"type":9,"tag":18,"props":1334,"children":1335},{},[1336],{"type":15,"value":1337},"When writing knowledge files that your agents will reference:",{"type":9,"tag":1339,"props":1340,"children":1341},"ul",{},[1342,1353,1363,1373],{"type":9,"tag":1343,"props":1344,"children":1345},"li",{},[1346,1351],{"type":9,"tag":148,"props":1347,"children":1348},{},[1349],{"type":15,"value":1350},"Use clear headings",{"type":15,"value":1352}," — agents search by heading relevance, so descriptive H2\u002FH3 titles help retrieval",{"type":9,"tag":1343,"props":1354,"children":1355},{},[1356,1361],{"type":9,"tag":148,"props":1357,"children":1358},{},[1359],{"type":15,"value":1360},"Keep sections focused",{"type":15,"value":1362}," — one topic per section makes it easier for agents to cite the right context",{"type":9,"tag":1343,"props":1364,"children":1365},{},[1366,1371],{"type":9,"tag":148,"props":1367,"children":1368},{},[1369],{"type":15,"value":1370},"Include code examples",{"type":15,"value":1372}," — agents can reference and adapt code from your knowledge base",{"type":9,"tag":1343,"props":1374,"children":1375},{},[1376,1381],{"type":9,"tag":148,"props":1377,"children":1378},{},[1379],{"type":15,"value":1380},"Use tables for structured data",{"type":15,"value":1382}," — parameter lists, API references, and comparison charts work well",{"type":9,"tag":40,"props":1384,"children":1386},{"id":1385},"further-reading",[1387],{"type":15,"value":1388},"Further Reading",{"type":9,"tag":1339,"props":1390,"children":1391},{},[1392,1403,1415],{"type":9,"tag":1343,"props":1393,"children":1394},{},[1395,1401],{"type":9,"tag":24,"props":1396,"children":1398},{"href":26,"rel":1397},[28],[1399],{"type":15,"value":1400},"MDC Syntax Reference",{"type":15,"value":1402}," — full MDC specification",{"type":9,"tag":1343,"props":1404,"children":1405},{},[1406,1413],{"type":9,"tag":24,"props":1407,"children":1410},{"href":1408,"rel":1409},"https:\u002F\u002Fshiki.style\u002Flanguages",[28],[1411],{"type":15,"value":1412},"Shiki Languages",{"type":15,"value":1414}," — complete list of all supported language grammars",{"type":9,"tag":1343,"props":1416,"children":1417},{},[1418,1425],{"type":9,"tag":24,"props":1419,"children":1422},{"href":1420,"rel":1421},"https:\u002F\u002Fgithub.github.com\u002Fgfm\u002F",[28],[1423],{"type":15,"value":1424},"GitHub Flavored Markdown",{"type":15,"value":1426}," — the base Markdown spec MDC extends",{"type":9,"tag":1428,"props":1429,"children":1430},"style",{},[1431],{"type":15,"value":57},1775504833287]