[{"data":1,"prerenderedAt":957},["ShallowReactive",2],{"/blog/introducing-markdown-live-preview":3,"navigation-en-us":175,"banner-en-us":603,"footer-en-us":613,"blog-post-authors-en-us-Parker Ennis":857,"blog-related-posts-en-us-introducing-markdown-live-preview":871,"blog-promotions-en-us":893,"next-steps-en-us":947},{"id":4,"title":5,"authors":6,"body":8,"category":153,"date":154,"description":155,"extension":156,"externalUrl":157,"faq":157,"featured":158,"heroImage":159,"meta":160,"navigation":161,"path":162,"seo":163,"slug":167,"stem":168,"tags":169,"template":173,"updatedDate":157,"__hash__":174},"blogPosts/en-us/blog/introducing-markdown-live-preview.md","GitLab's realtime Preview Markdown is an editor for everyone",[7],"Parker Ennis",{"type":9,"value":10,"toc":145},"minimark",[11,28,37,42,50,53,62,65,72,77,90,96,100,114,119,122,126],[12,13,14,15,21,22,27],"p",{},"Fostering better, more meaningful collaboration is an integral part of DevOps and a key part of what GitLab, the complete DevOps Platform, unlocks for developers and their teams. While many developers or engineers feel more comfortable working locally on their machines and spend a majority of their time using a CLI to push code changes, with GitLab you can also use the ",[16,17,20],"a",{"href":18,"rel":19},"https://docs.gitlab.com/user/project/repository/web_editor/",[],"Web Editor"," or ",[16,23,26],{"href":24,"rel":25},"https://docs.gitlab.com/user/project/web_ide/",[],"Web IDE"," to collaborate and edit content in a much easier, faster, and approachable way.",[12,29,30,31,36],{},"Starting in ",[16,32,35],{"href":33,"rel":34},"https://docs.gitlab.com/releases/",[],"GitLab 14.2",", editing Markdown content in the Web Editor or Web IDE just got even better.",[38,39,41],"h3",{"id":40},"introducing-the-real-time-preview-markdown-editor","Introducing the real-time Preview Markdown editor",[12,43,44,49],{},[16,45,48],{"href":46,"rel":47},"https://docs.gitlab.com/user/markdown/",[],"GitLab Flavored Markdown"," automatically renders Markdown content in an easy-to-read and easy-to-write plain text language. Although Markdown is inherently more “human-readable” and versatile when writing rich web content, Markdown files can become tricky to work with as they become more verbose and complex.",[12,51,52],{},"Easy-to-read and easy-to-write means different roles with varying degrees of technical experience can collaborate on content more efficiently and seamlessly. However, previewing the rendered output of Markdown content to validate the accuracy of any changes has not been as intuitive, requiring an extra step to switch out of the Web IDE or Web Editor where the raw source code lives in order to view the changes from the Preview tab. Frequent context-switching back and forth between tabs to validate changes leads to wasted time and can be disruptive to the creative process while writing content.",[12,54,55,56,61],{},"In GitLab 14.2, now both the Web IDE and Web Editor include ",[16,57,60],{"href":58,"rel":59},"https://docs.gitlab.com/releases/#create-split-markdown-preview",[],"an option to preview Markdown in real-time, in a single window",". A side-by-side preview panel will display when editing Markdown with a click of a button that will toggle a split view panel in the editor and render the content on the page you’re working on as the changes are being made.",[12,63,64],{},"Here’s an example of what this new functionality looks like:",[12,66,67],{},[68,69],"img",{"alt":70,"src":71},"Example of real-time Markdown Preview side-by-side panels","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398648/blog/Content%20Images/markdown-live-preview.png",[73,74,76],"h4",{"id":75},"how-do-i-use-it","How do I use it?",[12,78,79,80,84,85,89],{},"It’s very straightforward to start using the side-by-side preview. When you are editing any Markdown file, even a newly created one, you can right-click the editor and select ",[81,82,83],"strong",{},"Preview Markdown"," or use ",[86,87,88],"code",{},"Command/Control + Shift + P"," to toggle a split-screen live preview of your Markdown content. From there, all you need to do is start writing or editing content and you’ll see your changes in real time!",[12,91,92],{},[68,93],{"alt":94,"src":95},"Example of the Preview Markdown button in the static editor","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398646/blog/Content%20Images/markdown-live-preview-hotkey.png",[73,97,99],{"id":98},"everyone-can-contribute","Everyone can contribute",[12,101,102,103,108,109,113],{},"At GitLab, ",[16,104,107],{"href":105,"rel":106},"https://handbook.gitlab.com/handbook/company/mission/#everyone-can-contribute",[],"everyone can contribute"," and we welcome feedback in any form. As we usher in the ",[16,110,112],{"href":111},"/blog/welcome-to-the-devops-platform-era/","new DevOps Platform era "," and wave goodbye to the all-too-familiar \"DIY\" style of DevOps, we're excited to iterate and improve with our wider community.",[115,116,118],"h2",{"id":117},"what-is-markdown","What is Markdown?",[12,120,121],{},"Markdown is a lightweight markup language for formatting text using a plain editor text. It was created by John Gruber and Aaron Swartz in 2004. It is now one of the most popular markup languages and is used mainly by writers and programmers to help them take notes, write quickly, and develop website content without figuring out how to use the formatting toolbar in text editors. A big part of its appeal is that you don't have to have any knowledge of HTML to use Markdown to write and create web pages.\nMarkdown is platform-independent and can be used to create websites, documents, notes, books, presentations, emails, and more.\nThere is some school of thought that Markdown is easier to write than HTML, and it's easier for most people to read Markdown source than HTML source. In fact, experts say you can learn Markdown in as little as 10 minutes.",[115,123,125],{"id":124},"what-is-markdown-used-for","What is Markdown used for?",[12,127,128,129,134,135,140,141,144],{},"Markdown can be used to format code in GitLab. Creating a markdown file in GitLab requires creating a new file with the .md extension. Once in the new file, the code can be written in Markdown syntax. When the code is finished, you can commit the file to your Git repository.\nWhile not as feature-laden as Microsoft Word, Markdown lets you create basic documents and use a Markdown document authoring app to export formatted documents to PDFs or HTML files.\nUsing Markdown is different than using a ",[16,130,133],{"href":131,"rel":132},"https://en.wikipedia.org/wiki/WYSIWYG",[],"WYSIWYG"," editor. For example, in an application like Word, changes are visible immediately. Markdown is different. When a Markdown-formatted file is created, you add Markdown syntax to the text to indicate which words and phrases should look different.\n",[16,136,139],{"href":137,"rel":138},"https://www.markdownguide.org/getting-started/",[],"For example,"," to distinguish a heading, add a number sign before it (e.g., # Heading One). Or add two asterisks before and after a phrase to put it in bold (e.g., ",[81,142,143],{},"this text is bold",").\nBolden and italicize text in Markdown without needing the WYSIWYG interface.",{"title":146,"searchDepth":147,"depth":147,"links":148},"",2,[149,151,152],{"id":40,"depth":150,"text":41},3,{"id":117,"depth":147,"text":118},{"id":124,"depth":147,"text":125},"news","2021-09-21","With GitLab's new realtime Preview Markdown, technical and non-technical team members can more easily work together. Here's everything you need to know.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663397/Blog/Hero%20Images/logoforblogpost.jpg",{},true,"/en-us/blog/introducing-markdown-live-preview",{"title":5,"description":155,"ogTitle":5,"ogDescription":155,"noIndex":158,"ogImage":159,"ogUrl":164,"ogSiteName":165,"ogType":166,"canonicalUrls":164},"https://about.gitlab.com/blog/introducing-markdown-live-preview","https://about.gitlab.com","article","introducing-markdown-live-preview","en-us/blog/introducing-markdown-live-preview",[170,171,172],"code review","DevOps","releases","BlogPost","M6mNg7u4VTTJAC66YV58VfA6HAUa9v6gbUEAEjuqmE4",{"logo":176,"freeTrial":181,"sales":186,"login":191,"items":196,"search":523,"minimal":554,"duo":573,"switchNav":582,"pricingDeployment":593},{"config":177},{"href":178,"dataGaName":179,"dataGaLocation":180},"/","gitlab logo","header",{"text":182,"config":183},"Get free trial",{"href":184,"dataGaName":185,"dataGaLocation":180},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":187,"config":188},"Request a demo",{"href":189,"dataGaName":190,"dataGaLocation":180},"/sales/?contact-topic=request-demo","sales",{"text":192,"config":193},"Sign in",{"href":194,"dataGaName":195,"dataGaLocation":180},"https://gitlab.com/users/sign_in/","sign in",[197,226,326,331,445,501],{"text":198,"config":199,"menu":201},"Platform",{"dataNavLevelOne":200},"platform",{"type":202,"columns":203},"cards",[204,210,218],{"title":198,"description":205,"link":206},"The intelligent orchestration platform for DevSecOps",{"text":207,"config":208},"Explore our Platform",{"href":209,"dataGaName":200,"dataGaLocation":180},"/platform/",{"title":211,"description":212,"link":213},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":214,"config":215},"Meet GitLab Duo",{"href":216,"dataGaName":217,"dataGaLocation":180},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":219,"description":220,"link":221},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":222,"config":223},"Learn more",{"href":224,"dataGaName":225,"dataGaLocation":180},"/why-gitlab/","why gitlab",{"text":227,"left":161,"config":228,"menu":230},"Product",{"dataNavLevelOne":229},"solutions",{"type":231,"link":232,"columns":236,"feature":305},"lists",{"text":233,"config":234},"View all Solutions",{"href":235,"dataGaName":229,"dataGaLocation":180},"/solutions/",[237,261,284],{"title":238,"description":239,"link":240,"items":245},"Automation","CI/CD and automation to accelerate deployment",{"config":241},{"icon":242,"href":243,"dataGaName":244,"dataGaLocation":180},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[246,250,253,257],{"text":247,"config":248},"CI/CD",{"href":249,"dataGaLocation":180,"dataGaName":247},"/solutions/continuous-integration/",{"text":211,"config":251},{"href":216,"dataGaLocation":180,"dataGaName":252},"gitlab duo agent platform - product menu",{"text":254,"config":255},"Source Code Management",{"href":256,"dataGaLocation":180,"dataGaName":254},"/solutions/source-code-management/",{"text":258,"config":259},"Automated Software Delivery",{"href":243,"dataGaLocation":180,"dataGaName":260},"Automated software delivery",{"title":262,"description":263,"link":264,"items":269},"Security","Deliver code faster without compromising security",{"config":265},{"href":266,"dataGaName":267,"dataGaLocation":180,"icon":268},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[270,274,279],{"text":271,"config":272},"Application Security Testing",{"href":266,"dataGaName":273,"dataGaLocation":180},"Application security testing",{"text":275,"config":276},"Software Supply Chain Security",{"href":277,"dataGaLocation":180,"dataGaName":278},"/solutions/supply-chain/","Software supply chain security",{"text":280,"config":281},"Software Compliance",{"href":282,"dataGaName":283,"dataGaLocation":180},"/solutions/software-compliance/","software compliance",{"title":285,"link":286,"items":291},"Measurement",{"config":287},{"icon":288,"href":289,"dataGaName":290,"dataGaLocation":180},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[292,296,300],{"text":293,"config":294},"Visibility & Measurement",{"href":289,"dataGaLocation":180,"dataGaName":295},"Visibility and Measurement",{"text":297,"config":298},"Value Stream Management",{"href":299,"dataGaLocation":180,"dataGaName":297},"/solutions/value-stream-management/",{"text":301,"config":302},"Analytics & Insights",{"href":303,"dataGaLocation":180,"dataGaName":304},"/solutions/analytics-and-insights/","Analytics and insights",{"title":306,"type":231,"items":307},"GitLab for",[308,314,320],{"text":309,"config":310},"Enterprise",{"icon":311,"href":312,"dataGaLocation":180,"dataGaName":313},"Building","/enterprise/","enterprise",{"text":315,"config":316},"Small Business",{"icon":317,"href":318,"dataGaLocation":180,"dataGaName":319},"Work","/small-business/","small business",{"text":321,"config":322},"Public Sector",{"icon":323,"href":324,"dataGaLocation":180,"dataGaName":325},"Organization","/solutions/public-sector/","public sector",{"text":327,"config":328},"Pricing",{"href":329,"dataGaName":330,"dataGaLocation":180,"dataNavLevelOne":330},"/pricing/","pricing",{"text":332,"config":333,"menu":335},"Resources",{"dataNavLevelOne":334},"resources",{"type":231,"link":336,"columns":340,"feature":434},{"text":337,"config":338},"View all resources",{"href":339,"dataGaName":334,"dataGaLocation":180},"/resources/",[341,374,401],{"title":342,"items":343},"Getting started",[344,349,354,359,364,369],{"text":345,"config":346},"Install",{"href":347,"dataGaName":348,"dataGaLocation":180},"/install/","install",{"text":350,"config":351},"Quick start guides",{"href":352,"dataGaName":353,"dataGaLocation":180},"/get-started/","quick setup checklists",{"text":355,"config":356},"Learn",{"href":357,"dataGaLocation":180,"dataGaName":358},"https://university.gitlab.com/","learn",{"text":360,"config":361},"Product documentation",{"href":362,"dataGaName":363,"dataGaLocation":180},"https://docs.gitlab.com/","product documentation",{"text":365,"config":366},"Best practice videos",{"href":367,"dataGaName":368,"dataGaLocation":180},"/getting-started-videos/","best practice videos",{"text":370,"config":371},"Integrations",{"href":372,"dataGaName":373,"dataGaLocation":180},"/integrations/","integrations",{"title":375,"items":376},"Discover",[377,382,387,392,396],{"text":378,"config":379},"Customer success stories",{"href":380,"dataGaName":381,"dataGaLocation":180},"/customers/","customer success stories",{"text":383,"config":384},"Blog",{"href":385,"dataGaName":386,"dataGaLocation":180},"/blog/","blog",{"text":388,"config":389},"Demo Hub",{"href":390,"dataGaName":391,"dataGaLocation":180},"/demo-hub/","demo hub",{"text":393,"config":394},"The Source",{"href":395,"dataGaName":386,"dataGaLocation":180},"/the-source/",{"text":397,"config":398},"Remote",{"href":399,"dataGaName":400,"dataGaLocation":180},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":402,"items":403},"Connect",[404,409,414,419,424,429],{"text":405,"config":406},"GitLab Services",{"href":407,"dataGaName":408,"dataGaLocation":180},"/services/","services",{"text":410,"config":411},"Contribute",{"href":412,"dataGaName":413,"dataGaLocation":180},"https://contributors.gitlab.com","contribute",{"text":415,"config":416},"Community",{"href":417,"dataGaName":418,"dataGaLocation":180},"/community/","community",{"text":420,"config":421},"Forum",{"href":422,"dataGaName":423,"dataGaLocation":180},"https://forum.gitlab.com/","forum",{"text":425,"config":426},"Events",{"href":427,"dataGaName":428,"dataGaLocation":180},"/events/","events",{"text":430,"config":431},"Partners",{"href":432,"dataGaName":433,"dataGaLocation":180},"/partners/","partners",{"config":435,"title":438,"text":439,"link":440},{"background":436,"textColor":437},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","What’s new in GitLab","Stay updated with our latest features and improvements.",{"text":441,"config":442},"Read the latest",{"href":443,"dataGaName":444,"dataGaLocation":180},"/whats-new/","whats new",{"text":446,"config":447,"menu":449},"Company",{"dataNavLevelOne":448},"company",{"type":231,"columns":450},[451],{"items":452},[453,458,464,466,471,476,481,486,491,496],{"text":454,"config":455},"About",{"href":456,"dataGaName":457,"dataGaLocation":180},"/company/","about",{"text":459,"config":460,"footerGa":463},"Jobs",{"href":461,"dataGaName":462,"dataGaLocation":180},"/jobs/","jobs",{"dataGaName":462},{"text":425,"config":465},{"href":427,"dataGaName":428,"dataGaLocation":180},{"text":467,"config":468},"Leadership",{"href":469,"dataGaName":470,"dataGaLocation":180},"/company/team/e-group/","leadership",{"text":472,"config":473},"Handbook",{"href":474,"dataGaName":475,"dataGaLocation":180},"https://handbook.gitlab.com/","handbook",{"text":477,"config":478},"Investor relations",{"href":479,"dataGaName":480,"dataGaLocation":180},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":482,"config":483},"Trust Center",{"href":484,"dataGaName":485,"dataGaLocation":180},"/security/","trust center",{"text":487,"config":488},"AI Transparency Center",{"href":489,"dataGaName":490,"dataGaLocation":180},"/ai-transparency-center/","ai transparency center",{"text":492,"config":493},"Newsletter",{"href":494,"dataGaName":495,"dataGaLocation":180},"/company/contact/#contact-forms","newsletter",{"text":497,"config":498},"Press",{"href":499,"dataGaName":500,"dataGaLocation":180},"/press/","press",{"text":502,"config":503,"menu":504},"Contact us",{"dataNavLevelOne":448},{"type":231,"columns":505},[506],{"items":507},[508,513,518],{"text":509,"config":510},"Talk to sales",{"href":511,"dataGaName":512,"dataGaLocation":180},"/sales/","talk to sales",{"text":514,"config":515},"Support portal",{"href":516,"dataGaName":517,"dataGaLocation":180},"https://support.gitlab.com/hc/en-us","support portal",{"text":519,"config":520},"Customer portal",{"href":521,"dataGaName":522,"dataGaLocation":180},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":524,"login":525,"suggestions":532},"Close",{"text":526,"link":527},"To search repositories and projects, login to",{"text":528,"config":529},"gitlab.com",{"href":194,"dataGaName":530,"dataGaLocation":531},"search login","search",{"text":533,"default":534},"Suggestions",[535,537,541,543,547,551],{"text":211,"config":536},{"href":216,"dataGaName":211,"dataGaLocation":531},{"text":538,"config":539},"Code Suggestions (AI)",{"href":540,"dataGaName":538,"dataGaLocation":531},"/solutions/code-suggestions/",{"text":247,"config":542},{"href":249,"dataGaName":247,"dataGaLocation":531},{"text":544,"config":545},"GitLab on AWS",{"href":546,"dataGaName":544,"dataGaLocation":531},"/partners/technology-partners/aws/",{"text":548,"config":549},"GitLab on Google Cloud",{"href":550,"dataGaName":548,"dataGaLocation":531},"/partners/technology-partners/google-cloud-platform/",{"text":552,"config":553},"Why GitLab?",{"href":224,"dataGaName":552,"dataGaLocation":531},{"freeTrial":555,"mobileIcon":560,"desktopIcon":565,"secondaryButton":568},{"text":556,"config":557},"Start free trial",{"href":558,"dataGaName":185,"dataGaLocation":559},"https://gitlab.com/-/trials/new/","nav",{"altText":561,"config":562},"Gitlab Icon",{"src":563,"dataGaName":564,"dataGaLocation":559},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":561,"config":566},{"src":567,"dataGaName":564,"dataGaLocation":559},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":569,"config":570},"Get Started",{"href":571,"dataGaName":572,"dataGaLocation":559},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":574,"mobileIcon":578,"desktopIcon":580},{"text":575,"config":576},"Learn more about GitLab Duo",{"href":216,"dataGaName":577,"dataGaLocation":559},"gitlab duo",{"altText":561,"config":579},{"src":563,"dataGaName":564,"dataGaLocation":559},{"altText":561,"config":581},{"src":567,"dataGaName":564,"dataGaLocation":559},{"button":583,"mobileIcon":588,"desktopIcon":590},{"text":584,"config":585},"/switch",{"href":586,"dataGaName":587,"dataGaLocation":559},"#contact","switch",{"altText":561,"config":589},{"src":563,"dataGaName":564,"dataGaLocation":559},{"altText":561,"config":591},{"src":592,"dataGaName":564,"dataGaLocation":559},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":594,"mobileIcon":599,"desktopIcon":601},{"text":595,"config":596},"Back to pricing",{"href":329,"dataGaName":597,"dataGaLocation":559,"icon":598},"back to pricing","GoBack",{"altText":561,"config":600},{"src":563,"dataGaName":564,"dataGaLocation":559},{"altText":561,"config":602},{"src":567,"dataGaName":564,"dataGaLocation":559},{"title":604,"titleMobile":605,"button":606,"config":611},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":222,"config":607},{"href":608,"dataGaName":609,"dataGaLocation":610},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":612,"disabled":158},"release",{"data":614},{"text":615,"source":616,"edit":622,"contribute":627,"config":632,"items":637,"minimal":846},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":617,"config":618},"View page source",{"href":619,"dataGaName":620,"dataGaLocation":621},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":623,"config":624},"Edit this page",{"href":625,"dataGaName":626,"dataGaLocation":621},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":628,"config":629},"Please contribute",{"href":630,"dataGaName":631,"dataGaLocation":621},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":633,"facebook":634,"youtube":635,"linkedin":636},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[638,685,738,782,814],{"title":327,"links":639,"subMenu":654},[640,644,649],{"text":641,"config":642},"View plans",{"href":329,"dataGaName":643,"dataGaLocation":621},"view plans",{"text":645,"config":646},"Why Premium?",{"href":647,"dataGaName":648,"dataGaLocation":621},"/pricing/premium/","why premium",{"text":650,"config":651},"Why Ultimate?",{"href":652,"dataGaName":653,"dataGaLocation":621},"/pricing/ultimate/","why ultimate",[655],{"title":656,"links":657},"Contact Us",[658,661,663,665,670,675,680],{"text":659,"config":660},"Contact sales",{"href":511,"dataGaName":190,"dataGaLocation":621},{"text":514,"config":662},{"href":516,"dataGaName":517,"dataGaLocation":621},{"text":519,"config":664},{"href":521,"dataGaName":522,"dataGaLocation":621},{"text":666,"config":667},"Status",{"href":668,"dataGaName":669,"dataGaLocation":621},"https://status.gitlab.com/","status",{"text":671,"config":672},"Terms of use",{"href":673,"dataGaName":674,"dataGaLocation":621},"/terms/","terms of use",{"text":676,"config":677},"Privacy statement",{"href":678,"dataGaName":679,"dataGaLocation":621},"/privacy/","privacy statement",{"text":681,"config":682},"Cookie preferences",{"dataGaName":683,"dataGaLocation":621,"id":684,"isOneTrustButton":161},"cookie preferences","ot-sdk-btn",{"title":227,"links":686,"subMenu":695},[687,691],{"text":688,"config":689},"DevSecOps platform",{"href":209,"dataGaName":690,"dataGaLocation":621},"devsecops platform",{"text":692,"config":693},"AI-Assisted Development",{"href":216,"dataGaName":694,"dataGaLocation":621},"ai-assisted development",[696],{"title":697,"links":698},"Topics",[699,704,709,713,718,723,728,733],{"text":700,"config":701},"CICD",{"href":702,"dataGaName":703,"dataGaLocation":621},"/topics/ci-cd/","cicd",{"text":705,"config":706},"GitOps",{"href":707,"dataGaName":708,"dataGaLocation":621},"/topics/gitops/","gitops",{"text":171,"config":710},{"href":711,"dataGaName":712,"dataGaLocation":621},"/topics/devops/","devops",{"text":714,"config":715},"Version Control",{"href":716,"dataGaName":717,"dataGaLocation":621},"/topics/version-control/","version control",{"text":719,"config":720},"DevSecOps",{"href":721,"dataGaName":722,"dataGaLocation":621},"/topics/devsecops/","devsecops",{"text":724,"config":725},"Cloud Native",{"href":726,"dataGaName":727,"dataGaLocation":621},"/topics/cloud-native/","cloud native",{"text":729,"config":730},"AI for Coding",{"href":731,"dataGaName":732,"dataGaLocation":621},"/topics/devops/ai-for-coding/","ai for coding",{"text":734,"config":735},"Agentic AI",{"href":736,"dataGaName":737,"dataGaLocation":621},"/topics/agentic-ai/","agentic ai",{"title":739,"links":740},"Solutions",[741,743,745,750,754,757,761,764,766,769,772,777],{"text":271,"config":742},{"href":266,"dataGaName":271,"dataGaLocation":621},{"text":260,"config":744},{"href":243,"dataGaName":244,"dataGaLocation":621},{"text":746,"config":747},"Agile development",{"href":748,"dataGaName":749,"dataGaLocation":621},"/solutions/agile-delivery/","agile delivery",{"text":751,"config":752},"SCM",{"href":256,"dataGaName":753,"dataGaLocation":621},"source code management",{"text":700,"config":755},{"href":249,"dataGaName":756,"dataGaLocation":621},"continuous integration & delivery",{"text":758,"config":759},"Value stream management",{"href":299,"dataGaName":760,"dataGaLocation":621},"value stream management",{"text":705,"config":762},{"href":763,"dataGaName":708,"dataGaLocation":621},"/solutions/gitops/",{"text":309,"config":765},{"href":312,"dataGaName":313,"dataGaLocation":621},{"text":767,"config":768},"Small business",{"href":318,"dataGaName":319,"dataGaLocation":621},{"text":770,"config":771},"Public sector",{"href":324,"dataGaName":325,"dataGaLocation":621},{"text":773,"config":774},"Education",{"href":775,"dataGaName":776,"dataGaLocation":621},"/solutions/education/","education",{"text":778,"config":779},"Financial services",{"href":780,"dataGaName":781,"dataGaLocation":621},"/solutions/finance/","financial services",{"title":332,"links":783},[784,786,788,790,793,795,798,800,802,804,806,808,810,812],{"text":345,"config":785},{"href":347,"dataGaName":348,"dataGaLocation":621},{"text":350,"config":787},{"href":352,"dataGaName":353,"dataGaLocation":621},{"text":355,"config":789},{"href":357,"dataGaName":358,"dataGaLocation":621},{"text":360,"config":791},{"href":362,"dataGaName":792,"dataGaLocation":621},"docs",{"text":383,"config":794},{"href":385,"dataGaName":386,"dataGaLocation":621},{"text":796,"config":797},"What's new",{"href":443,"dataGaName":444,"dataGaLocation":621},{"text":378,"config":799},{"href":380,"dataGaName":381,"dataGaLocation":621},{"text":397,"config":801},{"href":399,"dataGaName":400,"dataGaLocation":621},{"text":405,"config":803},{"href":407,"dataGaName":408,"dataGaLocation":621},{"text":410,"config":805},{"href":412,"dataGaName":413,"dataGaLocation":621},{"text":415,"config":807},{"href":417,"dataGaName":418,"dataGaLocation":621},{"text":420,"config":809},{"href":422,"dataGaName":423,"dataGaLocation":621},{"text":425,"config":811},{"href":427,"dataGaName":428,"dataGaLocation":621},{"text":430,"config":813},{"href":432,"dataGaName":433,"dataGaLocation":621},{"title":446,"links":815},[816,818,820,822,824,826,830,835,837,839,841],{"text":454,"config":817},{"href":456,"dataGaName":448,"dataGaLocation":621},{"text":459,"config":819},{"href":461,"dataGaName":462,"dataGaLocation":621},{"text":467,"config":821},{"href":469,"dataGaName":470,"dataGaLocation":621},{"text":472,"config":823},{"href":474,"dataGaName":475,"dataGaLocation":621},{"text":477,"config":825},{"href":479,"dataGaName":480,"dataGaLocation":621},{"text":827,"config":828},"Sustainability",{"href":829,"dataGaName":827,"dataGaLocation":621},"/sustainability/",{"text":831,"config":832},"Diversity, inclusion and belonging (DIB)",{"href":833,"dataGaName":834,"dataGaLocation":621},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":482,"config":836},{"href":484,"dataGaName":485,"dataGaLocation":621},{"text":492,"config":838},{"href":494,"dataGaName":495,"dataGaLocation":621},{"text":497,"config":840},{"href":499,"dataGaName":500,"dataGaLocation":621},{"text":842,"config":843},"Modern Slavery Transparency Statement",{"href":844,"dataGaName":845,"dataGaLocation":621},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":847},[848,851,854],{"text":849,"config":850},"Terms",{"href":673,"dataGaName":674,"dataGaLocation":621},{"text":852,"config":853},"Cookies",{"dataGaName":683,"dataGaLocation":621,"id":684,"isOneTrustButton":161},{"text":855,"config":856},"Privacy",{"href":678,"dataGaName":679,"dataGaLocation":621},[858],{"id":859,"title":7,"body":157,"config":860,"content":862,"description":157,"extension":865,"meta":866,"navigation":161,"path":867,"seo":868,"stem":869,"__hash__":870},"blogAuthors/en-us/blog/authors/parker-ennis.yml",{"template":861},"BlogAuthor",{"name":7,"config":863},{"headshot":146,"ctfId":864},"parkerennis","yml",{},"/en-us/blog/authors/parker-ennis",{},"en-us/blog/authors/parker-ennis","HHJTMrCBSAnU_jbmHA7SYd4YEeSssjpjh2BAaTXbO6M",[872,880,887],{"title":873,"description":874,"heroImage":875,"category":153,"date":876,"authors":877,"slug":879,"externalUrl":157},"GitLab named a Leader in the 2026 Gartner® Magic Quadrant™ for DevSecOps Platforms","Agents made coding fast. GitLab is the Intelligent Orchestration Platform for DevSecOps that brings speed with control for the rest of the software lifecycle.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1750099203/Blog/Hero%20Images/Blog/Hero%20Images/blog-image-template-1800x945%20%2820%29_2bJGC5ZP3WheoqzlLT05C5_1750099203484.png","2026-06-17",[878],"Manav Khurana","gitlab-leader-2026-gartner-mq-devsecops-platforms",{"title":881,"description":882,"heroImage":883,"category":153,"date":876,"authors":884,"slug":886,"externalUrl":157},"GitLab and Capgemini accelerate DevSecOps transformation","The global alliance helps organizations modernize software delivery, secure their supply chain, and bring AI into development workflows.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1781279411/n3pkmddd2eswa8qbu06z.png",[885],"Alex Picker","gitlab-and-capgemini-global-alliance-partnership",{"title":888,"description":889,"heroImage":890,"category":153,"date":876,"authors":891,"slug":892,"externalUrl":157},"Introducing the 2026 EMEA GitLab Partner Award winners","Learn about the EMEA partners who made an outstanding impact over the past year.\n","https://res.cloudinary.com/about-gitlab-com/image/upload/v1781608381/biycl2ib2kpsbspjlac7.png",[885],"2026-emea-gitlab-partner-awards",{"promotions":894},[895,909,921,933],{"id":896,"categories":897,"header":899,"text":900,"button":901,"image":906},"ai-modernization",[898],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":902,"config":903},"Get your AI maturity score",{"href":904,"dataGaName":905,"dataGaLocation":386},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":907},{"src":908},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":910,"categories":911,"header":913,"text":900,"button":914,"image":918},"devops-modernization",[912,722],"product","Are you just managing tools or shipping innovation?",{"text":915,"config":916},"Get your DevOps maturity score",{"href":917,"dataGaName":905,"dataGaLocation":386},"/assessments/devops-modernization-assessment/",{"config":919},{"src":920},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":922,"categories":923,"header":925,"text":900,"button":926,"image":930},"security-modernization",[924],"security","Are you trading speed for security?",{"text":927,"config":928},"Get your security maturity score",{"href":929,"dataGaName":905,"dataGaLocation":386},"/assessments/security-modernization-assessment/",{"config":931},{"src":932},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":934,"paths":935,"header":938,"text":939,"button":940,"image":945},"github-azure-migration",[936,937],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","Is your team ready for GitHub's Azure move?","GitHub is already rebuilding around Azure. Find out what it means for you.",{"text":941,"config":942},"See how GitLab compares to GitHub",{"href":943,"dataGaName":944,"dataGaLocation":386},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":946},{"src":920},{"header":948,"blurb":949,"button":950,"secondaryButton":955},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":951,"config":952},"Get your free trial",{"href":953,"dataGaName":185,"dataGaLocation":954},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":659,"config":956},{"href":511,"dataGaName":190,"dataGaLocation":954},1786803772326]