[{"data":1,"prerenderedAt":173},["ShallowReactive",2],{"term-m\u002Fmarkdown":3,"related-m\u002Fmarkdown":160},{"id":4,"title":5,"acronym":6,"body":7,"category":142,"description":143,"difficulty":144,"extension":145,"letter":146,"meta":147,"navigation":72,"path":148,"related":149,"seo":154,"sitemap":155,"stem":158,"subcategory":6,"__hash__":159},"terms\u002Fterms\u002Fm\u002Fmarkdown.md","Markdown",null,{"type":8,"value":9,"toc":137},"minimark",[10,15,33,37,40,44,125,133],[11,12,14],"h2",{"id":13},"eli5-the-vibe-check","ELI5 — The Vibe Check",[16,17,18,19,23,24,28,29,32],"p",{},"Markdown is a simple way to format text using just plain characters. Put ",[20,21,22],"code",{},"**asterisks**"," around a word and it becomes ",[25,26,27],"strong",{},"bold",". Add a ",[20,30,31],{},"#"," at the start and it becomes a heading. GitHub, Notion, and basically everything on the internet renders Markdown.",[11,34,36],{"id":35},"real-talk","Real Talk",[16,38,39],{},"Markdown is a lightweight markup language with plain-text formatting syntax that converts to HTML. Created by John Gruber in 2004, it is the standard format for README files, wikis, issue comments, and technical documentation.",[11,41,43],{"id":42},"show-me-the-code","Show Me The Code",[45,46,51],"pre",{"className":47,"code":48,"language":49,"meta":50,"style":50},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# Heading 1\n## Heading 2\n\n**bold** and *italic*\n\n- list item\n- another item\n\n`inline code`\n\n```js\nconsole.log(\"code block\");\n","markdown","",[20,52,53,61,67,74,80,85,91,97,102,108,113,119],{"__ignoreMap":50},[54,55,58],"span",{"class":56,"line":57},"line",1,[54,59,60],{},"# Heading 1\n",[54,62,64],{"class":56,"line":63},2,[54,65,66],{},"## Heading 2\n",[54,68,70],{"class":56,"line":69},3,[54,71,73],{"emptyLinePlaceholder":72},true,"\n",[54,75,77],{"class":56,"line":76},4,[54,78,79],{},"**bold** and *italic*\n",[54,81,83],{"class":56,"line":82},5,[54,84,73],{"emptyLinePlaceholder":72},[54,86,88],{"class":56,"line":87},6,[54,89,90],{},"- list item\n",[54,92,94],{"class":56,"line":93},7,[54,95,96],{},"- another item\n",[54,98,100],{"class":56,"line":99},8,[54,101,73],{"emptyLinePlaceholder":72},[54,103,105],{"class":56,"line":104},9,[54,106,107],{},"`inline code`\n",[54,109,111],{"class":56,"line":110},10,[54,112,73],{"emptyLinePlaceholder":72},[54,114,116],{"class":56,"line":115},11,[54,117,118],{},"```js\n",[54,120,122],{"class":56,"line":121},12,[54,123,124],{},"console.log(\"code block\");\n",[45,126,131],{"className":127,"code":129,"language":130},[128],"language-text","\n## When You'll Hear This\n\n\"Write the PR description in Markdown.\" \u002F \"The docs site is generated from Markdown files.\"\n","text",[20,132,129],{"__ignoreMap":50},[134,135,136],"style",{},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":50,"searchDepth":63,"depth":63,"links":138},[139,140,141],{"id":13,"depth":63,"text":14},{"id":35,"depth":63,"text":36},{"id":42,"depth":63,"text":43},"general","Markdown is a simple way to format text using just plain characters. Put `**asterisks**` around a word and it becomes **bold**.","beginner","md","m",{},"\u002Fterms\u002Fm\u002Fmarkdown",[150,151,152,153],"README","Documentation","YAML","Gist",{"title":5,"description":143},{"changefreq":156,"priority":157},"weekly",0.7,"terms\u002Fm\u002Fmarkdown","QJBd_i9FiB--1dK7eH25FSmOFa0GcFB8YoMjLEj2qho",[161,164,167,170],{"title":151,"path":162,"acronym":6,"category":142,"difficulty":144,"description":163},"\u002Fterms\u002Fd\u002Fdocumentation","Documentation is written explanation of how your code works and why.",{"title":153,"path":165,"acronym":6,"category":142,"difficulty":144,"description":166},"\u002Fterms\u002Fg\u002Fgist","A Gist is a GitHub feature for sharing a single file or small snippet of code publicly (or privately).",{"title":150,"path":168,"acronym":150,"category":142,"difficulty":144,"description":169},"\u002Fterms\u002Fr\u002Freadme","A README is the instruction manual taped to the front of a code project. It tells newcomers what the project does, how to install it, and how to use it.",{"title":152,"path":171,"acronym":152,"category":142,"difficulty":144,"description":172},"\u002Fterms\u002Fy\u002Fyaml","YAML is a way to write structured data that actually looks like a human wrote it.",1776518294465]