{"id":86598,"date":"2025-04-18T12:30:46","date_gmt":"2025-04-18T19:30:46","guid":{"rendered":"https:\/\/github.blog\/?p=86598"},"modified":"2025-04-18T12:30:46","modified_gmt":"2025-04-18T19:30:46","slug":"how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode","status":"publish","type":"post","link":"https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/","title":{"rendered":"How to make your images in Markdown on GitHub adjust for dark mode and light mode"},"content":{"rendered":"<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body><p>GitHub supports dark mode and light mode, and as developers, we can make our README images look great in both themes. Here&rsquo;s a quick guide to using the <code>&lt;picture&gt;<\/code> element in your GitHub Markdown files to dynamically switch images based on the user&rsquo;s color scheme.<\/p>\n<p>When <a href=\"https:\/\/docs.github.com\/en\/get-started\/accessibility\/managing-your-theme-settings\">developers switch to GitHub&rsquo;s dark mode (or vice versa)<\/a>, standard images can look out of place, with bright backgrounds or clashing colors.<\/p>\n<p>Instead of forcing a one-size-fits-all image, you can tailor your visuals to blend seamlessly with the theme. It&rsquo;s a small change, but it can make your project look much more polished.<\/p>\n<h2 id=\"one-snippet-two-themes\" id=\"one-snippet-two-themes\" ><a class=\"heading-link\" href=\"#one-snippet-two-themes\"><strong>One snippet, two themes!<\/strong><span class=\"heading-hash pl-2 text-italic text-bold\" aria-hidden=\"true\"><\/span><\/a><\/h2>\n<p>Here&rsquo;s the magic snippet you can copy into your README (or any Markdown file):<\/p>\n<pre><code>&lt;picture&gt;\n  &lt;source media=\"(prefers-color-scheme: dark)\" srcset=\"dark-mode-image.png\"&gt;\n  &lt;source media=\"(prefers-color-scheme: light)\" srcset=\"light-mode-image.png\"&gt;\n  &lt;img alt=\"Fallback image description\" src=\"default-image.png\"&gt;\n&lt;\/picture&gt;\n<\/code><\/pre>\n<p>Now, we say it&rsquo;s magic, but let&rsquo;s take a peek behind the curtain to show how it works:<\/p>\n<ul>\n<li>The <code>&lt;picture&gt;<\/code> tag lets you define multiple image sources for different scenarios.  <\/li>\n<li>The <code>&lt;source media=\"...\"&gt;<\/code> attribute matches the user&rsquo;s color scheme.\n<ul>\n<li>When <code>media=\"(prefers-color-scheme: dark)\"<\/code>, the browser loads the <code>srcset<\/code> image when GitHub is in dark mode.  <\/li>\n<li>Similarly, when <code>media=\"(prefers-color-scheme: light)\"<\/code>, the browser loads the <code>srcset<\/code> image when GitHub is in light mode.  <\/li>\n<\/ul>\n<\/li>\n<li>If the browser doesn&rsquo;t support the <code>&lt;picture&gt;<\/code> element, or the user&rsquo;s system doesn&rsquo;t match any defined media queries, the fallback <code>&lt;img&gt;<\/code> tag will be used.<\/li>\n<\/ul>\n<p>You can use this approach in your repo README files, documentation hosted on GitHub, and any other Markdown files rendered on GitHub.com!<\/p>\n<h2 id=\"demo\" id=\"demo\" ><a class=\"heading-link\" href=\"#demo\"><strong>Demo<\/strong><span class=\"heading-hash pl-2 text-italic text-bold\" aria-hidden=\"true\"><\/span><\/a><\/h2>\n<p>What&rsquo;s better than a demo to help you get started? Here&rsquo;s what this looks like in practice:<br>\n<div style=\"width: 1920px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-86598-1\" width=\"1920\" height=\"1080\" preload=\"metadata\" controls=\"controls\"><source type=\"video\/mp4\" src=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/04\/Toggle-Dark-and-Light-Mode-on-GitHub-.mp4#t=0.001?_=1\" \/><a href=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/04\/Toggle-Dark-and-Light-Mode-on-GitHub-.mp4#t=0.001\">https:\/\/github.blog\/wp-content\/uploads\/2025\/04\/Toggle-Dark-and-Light-Mode-on-GitHub-.mp4#t=0.001<\/a><\/video><\/div><\/p>\n<\/body><\/html>\n","protected":false},"excerpt":{"rendered":"<p>When you want your images to look good in Markdown on GitHub, you might have to adjust for the UI around them.<\/p>\n","protected":false},"author":2277,"featured_media":86609,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_gh_post_show_toc":"yes","_gh_post_is_no_robots":"no","_gh_post_is_featured":"yes","_gh_post_is_excluded":"no","_gh_post_is_unlisted":"no","_gh_post_related_link_1":"","_gh_post_related_link_2":"","_gh_post_related_link_3":"","_gh_post_sq_img":"","_gh_post_sq_img_id":"","_gh_post_cta_title":"","_gh_post_cta_text":"","_gh_post_cta_link":"","_gh_post_cta_button":"Click Here to Learn More","_gh_post_recirc_hide":"no","_gh_post_recirc_col_1":"78957","_gh_post_recirc_col_2":"78959","_gh_post_recirc_col_3":"78961","_gh_post_recirc_col_4":"65316","_featured_video":"","_gh_post_additional_query_params":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"{title}\n\n{excerpt}\n\n{url}","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"_wpas_customize_per_network":false,"jetpack_post_was_ever_published":false,"_links_to":"","_links_to_target":""},"categories":[3298,3302],"tags":[2567,1808],"coauthors":[3489],"class_list":["post-86598","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-developer-skills","category-github","tag-github","tag-markdown"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.1 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to make your images in Markdown on GitHub adjust for dark mode and light mode - The GitHub Blog<\/title>\n<meta name=\"description\" content=\"When you want your images to look good in Markdown on GitHub, you might have to adjust for the UI around them.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to make your images in Markdown on GitHub adjust for dark mode and light mode\" \/>\n<meta property=\"og:description\" content=\"When you want your images to look good in Markdown on GitHub, you might have to adjust for the UI around them.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/\" \/>\n<meta property=\"og:site_name\" content=\"The GitHub Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-18T19:30:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/04\/darklight.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"750\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Cassidy Williams\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@cassidoo\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Cassidy Williams\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\\\/\"},\"author\":{\"name\":\"Cassidy Williams\",\"@id\":\"https:\\\/\\\/github.blog\\\/#\\\/schema\\\/person\\\/8cbae3ca030ca9cc37ec454ed2d3899c\"},\"headline\":\"How to make your images in Markdown on GitHub adjust for dark mode and light mode\",\"datePublished\":\"2025-04-18T19:30:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\\\/\"},\"wordCount\":282,\"image\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/darklight.png?fit=1600%2C750\",\"keywords\":[\"Github\",\"Markdown\"],\"articleSection\":[\"Developer skills\",\"GitHub\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\\\/\",\"url\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\\\/\",\"name\":\"How to make your images in Markdown on GitHub adjust for dark mode and light mode - The GitHub Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/github.blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/darklight.png?fit=1600%2C750\",\"datePublished\":\"2025-04-18T19:30:46+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/github.blog\\\/#\\\/schema\\\/person\\\/8cbae3ca030ca9cc37ec454ed2d3899c\"},\"description\":\"When you want your images to look good in Markdown on GitHub, you might have to adjust for the UI around them.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\\\/#primaryimage\",\"url\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/darklight.png?fit=1600%2C750\",\"contentUrl\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/darklight.png?fit=1600%2C750\",\"width\":1600,\"height\":750},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/github.blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Developer skills\",\"item\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"GitHub\",\"item\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"How to make your images in Markdown on GitHub adjust for dark mode and light mode\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/github.blog\\\/#website\",\"url\":\"https:\\\/\\\/github.blog\\\/\",\"name\":\"The GitHub Blog\",\"description\":\"Updates, ideas, and inspiration from GitHub to help developers build and design software.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/github.blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/github.blog\\\/#\\\/schema\\\/person\\\/8cbae3ca030ca9cc37ec454ed2d3899c\",\"name\":\"Cassidy Williams\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/237362eba6128d96de86c2146f325ba144bf2ee5179db26a8cebe817989eddd4?s=96&d=mm&r=g816df366299296021438072ea953bb49\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/237362eba6128d96de86c2146f325ba144bf2ee5179db26a8cebe817989eddd4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/237362eba6128d96de86c2146f325ba144bf2ee5179db26a8cebe817989eddd4?s=96&d=mm&r=g\",\"caption\":\"Cassidy Williams\"},\"description\":\"Cassidy is senior director for developer advocacy here at GitHub. She enjoys building software, advising startups, and teaching developers how to build better. She has a weekly newsletter at cassidoo.co\\\/newsletter where you can get her updates, practice coding problems, and a joke in your inbox!\",\"sameAs\":[\"http:\\\/\\\/cassidoo.co\",\"linkedin.com\\\/in\\\/cassidoo\",\"https:\\\/\\\/x.com\\\/cassidoo\"],\"jobTitle\":\"Sr. Director, Developer Advocacy, GitHub\",\"url\":\"https:\\\/\\\/github.blog\\\/author\\\/cassidoo\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to make your images in Markdown on GitHub adjust for dark mode and light mode - The GitHub Blog","description":"When you want your images to look good in Markdown on GitHub, you might have to adjust for the UI around them.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/","og_locale":"en_US","og_type":"article","og_title":"How to make your images in Markdown on GitHub adjust for dark mode and light mode","og_description":"When you want your images to look good in Markdown on GitHub, you might have to adjust for the UI around them.","og_url":"https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/","og_site_name":"The GitHub Blog","article_published_time":"2025-04-18T19:30:46+00:00","og_image":[{"width":1600,"height":750,"url":"https:\/\/github.blog\/wp-content\/uploads\/2025\/04\/darklight.png","type":"image\/png"}],"author":"Cassidy Williams","twitter_card":"summary_large_image","twitter_creator":"@cassidoo","twitter_misc":{"Written by":"Cassidy Williams","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/#article","isPartOf":{"@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/"},"author":{"name":"Cassidy Williams","@id":"https:\/\/github.blog\/#\/schema\/person\/8cbae3ca030ca9cc37ec454ed2d3899c"},"headline":"How to make your images in Markdown on GitHub adjust for dark mode and light mode","datePublished":"2025-04-18T19:30:46+00:00","mainEntityOfPage":{"@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/"},"wordCount":282,"image":{"@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/#primaryimage"},"thumbnailUrl":"https:\/\/github.blog\/wp-content\/uploads\/2025\/04\/darklight.png?fit=1600%2C750","keywords":["Github","Markdown"],"articleSection":["Developer skills","GitHub"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/","url":"https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/","name":"How to make your images in Markdown on GitHub adjust for dark mode and light mode - The GitHub Blog","isPartOf":{"@id":"https:\/\/github.blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/#primaryimage"},"image":{"@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/#primaryimage"},"thumbnailUrl":"https:\/\/github.blog\/wp-content\/uploads\/2025\/04\/darklight.png?fit=1600%2C750","datePublished":"2025-04-18T19:30:46+00:00","author":{"@id":"https:\/\/github.blog\/#\/schema\/person\/8cbae3ca030ca9cc37ec454ed2d3899c"},"description":"When you want your images to look good in Markdown on GitHub, you might have to adjust for the UI around them.","breadcrumb":{"@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/#primaryimage","url":"https:\/\/github.blog\/wp-content\/uploads\/2025\/04\/darklight.png?fit=1600%2C750","contentUrl":"https:\/\/github.blog\/wp-content\/uploads\/2025\/04\/darklight.png?fit=1600%2C750","width":1600,"height":750},{"@type":"BreadcrumbList","@id":"https:\/\/github.blog\/developer-skills\/github\/how-to-make-your-images-in-markdown-on-github-adjust-for-dark-mode-and-light-mode\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/github.blog\/"},{"@type":"ListItem","position":2,"name":"Developer skills","item":"https:\/\/github.blog\/developer-skills\/"},{"@type":"ListItem","position":3,"name":"GitHub","item":"https:\/\/github.blog\/developer-skills\/github\/"},{"@type":"ListItem","position":4,"name":"How to make your images in Markdown on GitHub adjust for dark mode and light mode"}]},{"@type":"WebSite","@id":"https:\/\/github.blog\/#website","url":"https:\/\/github.blog\/","name":"The GitHub Blog","description":"Updates, ideas, and inspiration from GitHub to help developers build and design software.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/github.blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/github.blog\/#\/schema\/person\/8cbae3ca030ca9cc37ec454ed2d3899c","name":"Cassidy Williams","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/237362eba6128d96de86c2146f325ba144bf2ee5179db26a8cebe817989eddd4?s=96&d=mm&r=g816df366299296021438072ea953bb49","url":"https:\/\/secure.gravatar.com\/avatar\/237362eba6128d96de86c2146f325ba144bf2ee5179db26a8cebe817989eddd4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/237362eba6128d96de86c2146f325ba144bf2ee5179db26a8cebe817989eddd4?s=96&d=mm&r=g","caption":"Cassidy Williams"},"description":"Cassidy is senior director for developer advocacy here at GitHub. She enjoys building software, advising startups, and teaching developers how to build better. She has a weekly newsletter at cassidoo.co\/newsletter where you can get her updates, practice coding problems, and a joke in your inbox!","sameAs":["http:\/\/cassidoo.co","linkedin.com\/in\/cassidoo","https:\/\/x.com\/cassidoo"],"jobTitle":"Sr. Director, Developer Advocacy, GitHub","url":"https:\/\/github.blog\/author\/cassidoo\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/github.blog\/wp-content\/uploads\/2025\/04\/darklight.png?fit=1600%2C750","jetpack_shortlink":"https:\/\/wp.me\/pamS32-mwK","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts\/86598","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/users\/2277"}],"replies":[{"embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/comments?post=86598"}],"version-history":[{"count":7,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts\/86598\/revisions"}],"predecessor-version":[{"id":86601,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts\/86598\/revisions\/86601"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/media\/86609"}],"wp:attachment":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/media?parent=86598"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/categories?post=86598"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/tags?post=86598"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/coauthors?post=86598"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}