<script>!function(){functiont(t){document.documentElement.setAttribute("data-theme",t)}vare=function(){try{returnnewURLSearchParams(window.location.search).get("docusaurus-theme")}catch(t){}}()||function(){try{returnlocalStorage.getItem("theme")}catch(t){}}();t(null!==e?e:"light")}(),function(){try{constc=newURLSearchParams(window.location.search).entries();for(var[t,e]ofc)if(t.startsWith("docusaurus-data-")){vara=t.replace("docusaurus-data-","data-");document.documentElement.setAttribute(a,e)}}catch(t){}}()</script><divid="__docusaurus"><divrole="region"aria-label="Skip to main content"><aclass="skipToContent_fXgn"href="blog.html#__docusaurus_skipToContent_fallback">Skip to main content</a></div><navaria-label="Main"class="navbar navbar--fixed-top"><divclass="navbar__inner"><divclass="navbar__items"><buttonaria-label="Toggle navigation bar"aria-expanded="false"class="navbar__toggle clean-btn"type="button"><svgwidth="30"height="30"viewBox="0 0 30 30"aria-hidden="true"><pathstroke="currentColor"stroke-linecap="round"stroke-miterlimit="10"stroke-width="2"d="M4 7h22M4 15h22M4 23h22"></path></svg></button><aclass="navbar__brand"href="index.html"><divclass="navbar__logo"><imgsrc="img/logo.svg"alt="Lisp Logo"class="themedComponent_mlkZ themedComponent--light_NVdE"><imgsrc="img/logo.svg"alt="Lisp Logo"class="themedComponent_mlkZ themedComponent--dark_xIcU"></div><bclass="navbar__title text--truncate">Common Lisp Docs</b></a><aclass="navbar__item navbar__link"href="docs/tutorial.html">Tutorial</a><ahref="cl-language-reference/index.html"target="_blank"rel="noopener noreferrer"class="navbar__item navbar__link">Technical Reference</a><aclass="navbar__item navbar__link"href="docs/whylisp.html">Why Lisp?</a><aclass="navbar__item navbar__link"href="docs/howto.html">Guides</a></div><divclass="navbar__items navbar__items--right"><aclass="navbar__item navbar__link"href="docs/contribute.html">Contribute!</a><aclass="navbar__item navbar__link"href="docs/help.html">Getting Help</a><aclass="navbar__item navbar__link"href="docs/about.html">About</a><aaria-current="page"class="navbar__item navbar__link navbar__link--active"href="blog.html">Blog</a><ahref="https://github.com/lisp-docs"target="_blank"rel="noopener noreferrer"class="navbar__item navbar__link">GitHub<svgwidth="13.5"height="13.5"aria-hidden="true"viewBox="0 0 24 24"class="iconExternalLink_nPIU"><pathfill="currentColor"d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a><divclass="toggle_vylO colorModeToggle_DEke"><buttonclass="clean-btn toggleButton_gllP toggleButtonDisabled_aARS"type="button"disabled=""title="Switch between dark and light mode (currently light mode)"aria-label="Switch between dark and light mode (currently light mode)"aria-live="polite"><svgviewBox="0 0 24 24"width="24"height="24"class="lightToggleIcon_pyhR"><pathfill="currentColor"d="M12,9c1.65,0,3,1.35,3,3s-1.35,3-3,3s-3-1.35-3-3S10.35,9,12,9 M12,7c-2.76,0-5,2.24-5,5s2.24,5,5,5s5-2.24,5-5 S14.76,7,12,7L12,7z M2,13l2,0c0.55,0,1-0.45,1-1s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S1.45,13,2,13z M20,13l2,0c0.55,0,1-0.45,1-1 s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S19.45,13,20,13z M11,2v2c0,0.55,0.45,1,1,1s1-0.45,1-1V2c0-0.55-0.45-1-1-1S11,1.45,11,2z M11,20v2c0,0.55,0.45,1,1,1s1-0.45,1-1v-2c0-0.55-0.45-1-1-1C11.45,19,11,19.45,11,20z M5.99,4.58c-0.39-0.39-1.03-0.39-1.41,0 c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0s0.39-1.03,0-1.41L5.99,4.58z M18.36,16.95 c-0.39-0.39-1.03-0.39-1.41,0c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0c0.39-0.39,0.39-1.03,0-1.41 L18.36,16.95z M19.42,5.99c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06c-0.39,0.39-0.39,1.03,0,1.41 s1.03,0.39,1.41,0L19.42,5.99z M7.05,18.36c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06 c-0.39,0.39-0.39,1.03,0,1.41s1.03,0.39,1.41,0L7.05,18.36z"></path></svg><svgviewBox="0 0 24 24"width="24"height="24"class="darkToggleIcon_wfgR">
<p>This is what I updated since last time:</p>
<ul>
<li>Parsed again all the specification to account for missing/overwritten pages because of similarly named items.</li>
<li>Added glossary definition tooltips everywhere I could (programatically, we can add more by hand by identifying any place missing a definition).</li>
<li>Added all the links of "See Also" and any time something is referenced in the text of the specification, the link for that item should now be working.</li>
<li>Added a lot of code blocks for example sections to provide syntax highlighting. Not all of the code in the reference is inside a code block, but most of them are. The rest most be parsed manually.</li>
</ul>
<p>Enjoy!</p></div><footerclass="row docusaurus-mt-lg"><divclass="col"><b>Tags:</b><ulclass="tags_jXut padding--none margin-left--sm"><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/status.html">status</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/beta.html">beta</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/beginning.html">beginning</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/tooltips.html">tooltips</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/parsing.html">parsing</a></li></ul></div></footer></article><articleclass="margin-bottom--xl"itemprop="blogPost"itemscope=""itemtype="https://schema.org/BlogPosting"><metaitemprop="description"content="This is a major update. This is basically (hopefully) the last time we parsed the specification. There were a few bugs in the previous parsing which led to some missing pages because they were overwritten when multiple dictionary items shared the same name."><header><h2class="title_f1Hy"itemprop="headline"><aitemprop="url"href="blog/2023/12/21.html">Update: Last Parsing of the Spec Done!</a></h2><divclass="container_mt6G margin-vert--md"><timedatetime="2023-12-21T00:00:00.000Z"itemprop="datePublished">December 21, 2023</time> · <!---->One min read</div><divclass="margin-top--md margin-bottom--sm row"><divclass="col col--6 authorCol_Hf19"><divclass="avatar margin-bottom--sm"><divclass="avatar__intro"itemprop="author"itemscope=""itemtype="https://schema.org/Person"><divclass="avatar__name"><ahref="https://github.com/daninus14"target="_blank"rel="noopener noreferrer"itemprop="url"><spanitemprop="name">Daniel N</span></a></div><smallclass="avatar__subtitle"itemprop="description">Lisp Docs Contributor</small></div></div></div></div></header><divclass="markdown"itemprop="articleBody"><p>This is a major update. This is basically (hopefully) the last time we parsed the specification. There were a few bugs in the previous parsing which led to some missing pages because they were overwritten when multiple dictionary items shared the same name.</p>
<p>With this parsing, I fixed a bunch of other issues, so hopefully this will be the last parsing update, and from here on out it will just be manual updates to this project.</p>
<p>So this makes it version 2.0 beta is out!</p>
<p>Additionally, the glossary has been parsed again, and improved dramatically, so that the tooltips should now show, and have proper html rendering.</p></div><footerclass="row docusaurus-mt-lg"><divclass="col"><b>Tags:</b><ulclass="tags_jXut padding--none margin-left--sm"><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/status.html">status</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/dictionary-items.html">dictionary-items</a></li></ul></div></footer></article><articleclass="margin-bottom--xl"itemprop="blogPost"itemscope=""itemtype="https://schema.org/BlogPosting"><metaitemprop="description"content="Many dictionary item pages were updated. However, we still need to check quite a few chapters. In particular from chapter 12 to chapter 21 inclusive, we need to check the table of contents vs the standard specification dictionary items for that chapter."><header><h2class="title_f1Hy"itemprop="headline"><aitemprop="url"href="blog/2023/12/17.html">Update: Dictionary Items Status</a></h2><divclass="container_mt6G margin-vert--md"><timedatetime="2023-12-17T00:00:00.000Z"itemprop="datePublished">December 17, 2023</time> · <!---->One min read</div><divclass="margin-top--md margin-bottom--sm row"><divclass="col col--6 authorCol_Hf19"><divclass="avatar margin-bottom--sm"><divclass="avatar__intro"itemprop="author"itemscope=""itemtype="https://schema.org/Person"><divclass="avatar__name"><ahref="https://github.com/daninus14"target="_blank"rel="noopener noreferrer"itemprop="url"><spanitemprop="name">Daniel N</span></a></div><smallclass="avatar__subtitle"itemprop="description">Lisp Docs Contributor</small></div></div></div></div></header><divclass="markdown"itemprop="articleBody"><p>Many dictionary item pages were updated. However, we still need to check quite a few chapters. In particular from chapter 12 to chapter 21 inclusive, we need to check the table of contents vs the <ahref="https://github.com/lisp-docs/cl-standard/blob/master/new-spec/spec-source-pdf/cl-ansi-standard-draft-w-sidebar.pdf"target="_blank"rel="noopener noreferrer">standard specification</a> dictionary items for that chapter.</p></div><footerclass="row docusaurus-mt-lg"><divclass="col"><b>Tags:</b><ulclass="tags_jXut padding--none margin-left--sm"><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/status.html">status</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/dictionary-items.html">dictionary-items</a></li></ul></div></footer></article><articleclass="margin-bottom--xl"itemprop="blogPost"itemscope=""itemtype="https://schema.org/BlogPosting"><metaitemprop="description"content="Definitions Tooltip"><header><h2class="title_f1Hy"itemprop="headline"><aitemprop="url"href="blog/2023/12/12.html">Latest Updates: Definitions Tooltip and others</a></h2><divclass="container_mt6G margin-vert--md"><timedatetime="2023-12-12T00:00:00.000Z"itemprop="datePublished">December 12, 2023</time> · <!---->One min read</div><divclass="margin-top--md margin-bottom--sm row"><divclass="col col--6 authorCol_Hf19"><divclass="avatar margin-bottom--sm"><divclass="avatar__intro"itemprop="author"itemscope=""itemtype="https://schema.org/Person"><divclass="avatar__name"><ahref="https://github.com/daninus14"target="_blank"rel="noopener noreferrer"itemprop="url"><spanitemprop="name">Daniel N</span></a></div><smallclass="avatar__subtitle"itemprop="description">Lisp Docs Contributor</small></div></div></div></div></header><divclass="markdown"itemprop="articleBody"><h2class="anchor anchorWithStickyNavbar_LWe7"id="definitions-tooltip">Definitions Tooltip<ahref="blog.html#definitions-tooltip"class="hash-link"aria-label="Direct link to Definitions Tooltip"title="Direct link to Definitions Tooltip"></a></h2>
<p>I made a react component tooltip for definitions to show you the definition of a term in place instead of a having to navigate to the glossary page. In addition, the same tooltip will link to the proper dictionary item if it exists, and if not, to the glossary page of the term. We still need to add the component all around, but this should make the functionality of the page much better. Here's an example: <ahref="https://lisp-docs.github.io/cl-language-reference/docs/chap-6/g-b-the-loop-facility"target="_blank"rel="noopener noreferrer">See the "forms" word in section 6.1.1.1 of Loops</a></p>
<h2class="anchor anchorWithStickyNavbar_LWe7"id="dictionary-pages">Dictionary Pages<ahref="blog.html#dictionary-pages"class="hash-link"aria-label="Direct link to Dictionary Pages"title="Direct link to Dictionary Pages"></a></h2>
<p>There are a bunch of dictionary pages that did not get split correctly, so instead of showing up as a different page, they are part of another page. I've been checking them manually (a lot of work) and have made <ahref="docs/contribute.html">a list</a> of about half the chapters. The rest need to be checked. I hope to make a script to help splitting a lot of these pages. Please help identifying the pages in the missing chapters as they are marked.</p></div><footerclass="row docusaurus-mt-lg"><divclass="col"><b>Tags:</b><ulclass="tags_jXut padding--none margin-left--sm"><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/status.html">status</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/beginning.html">beginning</a></li></ul></div></footer></article><articleclass="margin-bottom--xl"itemprop="blogPost"itemscope=""itemtype="https://schema.org/BlogPosting"><metaitemprop="description"content="Code Blocks Indented"><header><h2class="title_f1Hy"itemprop="headline"><aitemprop="url"href="blog/2023/12/07/code-indented.html">Code Blocks Indented</a></h2><divclass="container_mt6G margin-vert--md"><timedatetime="2023-12-07T00:00:00.000Z"itemprop="datePublished">December 7, 2023</time> · <!---->One min read</div><divclass="margin-top--md margin-bottom--sm row"><divclass="col col--6 authorCol_Hf19"><divclass="avatar margin-bottom--sm"><divclass="avatar__intro"itemprop="author"itemscope=""itemtype="https://schema.org/Person"><divclass="avatar__name"><ahref="https://github.com/daninus14"target="_blank"rel="noopener noreferrer"itemprop="url"><spanitemprop="name">Daniel N</span></a></div><smallclass="avatar__subtitle"itemprop="description">Lisp Docs Contributor</small></div></div></div></div></header><divclass="markdown"itemprop="articleBody"><h2class="anchor anchorWithStickyNavbar_LWe7"id="code-blocks-indented">Code Blocks Indented<ahref="blog.html#code-blocks-indented"class="hash-link"aria-label="Direct link to Code Blocks Indented"title="Direct link to Code Blocks Indented"></a></h2>
<p>Good news, now the code blocks look even better! I indented them using the emacs indentation so it follows the conventional indentation. Changes made to 414 files <!---->:D</p>
<p>Enjoy!</p></div><footerclass="row docusaurus-mt-lg"><divclass="col"><b>Tags:</b><ulclass="tags_jXut padding--none margin-left--sm"><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/status.html">status</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/beginning.html">beginning</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/glossary.html">glossary</a></li></ul></div></footer></article><articleclass="margin-bottom--xl"itemprop="blogPost"itemscope=""itemtype="https://schema.org/BlogPosting"><metaitemprop="description"content="Glossary Improved"><header><h2class="title_f1Hy"itemprop="headline"><aitemprop="url"href="blog/2023/12/07.html">Glossary Improved!</a></h2><divclass="container_mt6G margin-vert--md"><timedatetime="2023-12-07T00:00:00.000Z"itemprop="datePublished">December 7, 2023</time> · <!---->One min read</div><divclass="margin-top--md margin-bottom--sm row"><divclass="col col--6 authorCol_Hf19"><divclass="avatar margin-bottom--sm"><divclass="avatar__intro"itemprop="author"itemscope=""itemtype="https://schema.org/Person"><divclass="avatar__name"><ahref="https://github.com/daninus14"target="_blank"rel="noopener noreferrer"itemprop="url"><spanitemprop="name">Daniel N</span></a></div><smallclass="avatar__subtitle"itemprop="description">Lisp Docs Contributor</small></div></div></div></div></header><divclass="markdown"itemprop="articleBody"><h2class="anchor anchorWithStickyNavbar_LWe7"id="glossary-improved">Glossary Improved<ahref="blog.html#glossary-improved"class="hash-link"aria-label="Direct link to Glossary Improved"title="Direct link to Glossary Improved"></a></h2>
<p>The glossary has now:</p>
<ul>
<li>Been split into multiple pages, one per letter</li>
<li>The legend and introduction have their page</li>
<li>A lot of the text was fixed for formatting issues, this was the bulk of the work</li>
</ul></div><footerclass="row docusaurus-mt-lg"><divclass="col"><b>Tags:</b><ulclass="tags_jXut padding--none margin-left--sm"><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/status.html">status</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/beginning.html">beginning</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/glossary.html">glossary</a></li></ul></div></footer></article><articleclass="margin-bottom--xl"itemprop="blogPost"itemscope=""itemtype="https://schema.org/BlogPosting"><metaitemprop="description"content="Finally, we are at Alpha, version 1.0 is out!"><header><h2class="title_f1Hy"itemprop="headline"><aitemprop="url"href="blog/2023/12/06.html">Alpha Version 1.0 is Out!</a></h2><divclass="container_mt6G margin-vert--md"><timedatetime="2023-12-06T00:00:00.000Z"itemprop="datePublished">December 6, 2023</time> · <!---->2 min read</div><divclass="margin-top--md margin-bottom--sm row"><divclass="col col--6 authorCol_Hf19"><divclass="avatar margin-bottom--sm"><divclass="avatar__intro"itemprop="author"itemscope=""itemtype="https://schema.org/Person"><divclass="avatar__name"><ahref="https://github.com/daninus14"target="_blank"rel="noopener noreferrer"itemprop="url"><spanitemprop="name">Daniel N</span></a></div><smallclass="avatar__subtitle"itemprop="description">Lisp Docs Contributor</small></div></div></div></div></header><divclass="markdown"itemprop="articleBody"><h2class="anchor anchorWithStickyNavbar_LWe7"id="finally-we-are-at-alpha-version-10-is-out">Finally, we are at Alpha, version 1.0 is out!<ahref="blog.html#finally-we-are-at-alpha-version-10-is-out"class="hash-link"aria-label="Direct link to Finally, we are at Alpha, version 1.0 is out!"title="Direct link to Finally, we are at Alpha, version 1.0 is out!"></a></h2>
<p>As of today, 2023/12/06 the Alpha version of the technical reference is out.</p>
<p>These are a few of the improvements since last time:</p>
<ul>
<li>Complete Specification Update: There were parts of the spec missing because of an issue of files getting truncated before they were converted into markdown. I have now recovered the truncated parts, parsed them, and added them to the specification</li>
<li>A large amount of code now shows up in code blocks with syntax highlighting.</li>
<li>A lot of symbols like <code>→</code>, <code>≡</code>, and a few others are now properly displayed</li>
<li>The Index, Figures, and Credits were parsed to be displayed properly per the original</li>
<li>The search index was updated to account for the new content</li>
<li>A bunch of formatting issues for the markdown to be displayed properly</li>
</ul>
<h2class="anchor anchorWithStickyNavbar_LWe7"id="what-alpha-version-means">What Alpha version means<ahref="blog.html#what-alpha-version-means"class="hash-link"aria-label="Direct link to What Alpha version means"title="Direct link to What Alpha version means"></a></h2>
<ul>
<li>Now we are finally open to contributions of examples and added explanation<!---->
<ul>
<li>Contribution stubs were added at the end of Dictionary Items type pages see for example <ahref="https://lisp-docs.github.io/cl-language-reference/docs/chap-5/f-d-dictionary/progn#expanded-reference-progn"target="_blank"rel="noopener noreferrer">progn</a></li>
</ul>
</li>
<li>The main text is unlikely to change much except for:<!---->
<ul>
<li>Minor formatting issues</li>
<li>Maybe there are still some symbols that are not rendering properly</li>
<li>Code Blocks for syntax highlighting in the non dictionary type pages have not yet been added</li>
<li>Tables have to be formatted</li>
</ul>
</li>
<li>Therefore we are open to other contributions that are more meaningful in terms of content and development, please see our <ahref="docs/contribute/todo.html">To Do Page</a> for how you can contribute!</li>
</ul></div><footerclass="row docusaurus-mt-lg"><divclass="col"><b>Tags:</b><ulclass="tags_jXut padding--none margin-left--sm"><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/status.html">status</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/beginning.html">beginning</a></li></ul></div></footer></article><articleclass="margin-bottom--xl"itemprop="blogPost"itemscope=""itemtype="https://schema.org/BlogPosting"><metaitemprop="description"content="Dicionary Sections"><header><h2class="title_f1Hy"itemprop="headline"><aitemprop="url"href="blog/2023/12/03.html">Dicionary Pages Broken Up</a></h2><divclass="container_mt6G margin-vert--md"><timedatetime="2023-12-03T00:00:00.000Z"itemprop="datePublished">December 3, 2023</time> · <!---->One min read</div><divclass="margin-top--md margin-bottom--sm row"><divclass="col col--6 authorCol_Hf19"><divclass="avatar margin-bottom--sm"><divclass="avatar__intro"itemprop="author"itemscope=""itemtype="https://schema.org/Person"><divclass="avatar__name"><ahref="https://github.com/daninus14"target="_blank"rel="noopener noreferrer"itemprop="url"><spanitemprop="name">Daniel N</span></a></div><smallclass="avatar__subtitle"itemprop="description">Lisp Docs Contributor</small></div></div></div></div></header><divclass="markdown"itemprop="articleBody"><h2class="anchor anchorWithStickyNavbar_LWe7"id="dicionary-sections">Dicionary Sections<ahref="blog.html#dicionary-sections"class="hash-link"aria-label="Direct link to Dicionary Sections"title="Direct link to Dicionary Sections"></a></h2>
<p>As of now, 2023/12/03, all the dicionary pages have been broken up into their particular directories with a page per entry.</p>
<p>However there are still a few that need to be manually fixed because of problems with parsing the text with regex for certain exceptions.</p>
<p>Nevertheless, this improves the search results dramatically! The reference should now be much easier to use!</p>
<p>I also added a <ahref="docs/contribute.html">Dicionary Item's To Do Page</a> for adding specific examples.</p>
<p>Cheers!</p></div><footerclass="row docusaurus-mt-lg"><divclass="col"><b>Tags:</b><ulclass="tags_jXut padding--none margin-left--sm"><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/status.html">status</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/beginning.html">beginning</a></li></ul></div></footer></article><articleclass="margin-bottom--xl"itemprop="blogPost"itemscope=""itemtype="https://schema.org/BlogPosting"><metaitemprop="description"content="Search for the Technical Reference"><header><h2class="title_f1Hy"itemprop="headline"><aitemprop="url"href="blog/2023/11/30/update.html">Search Implemented!</a></h2><divclass="container_mt6G margin-vert--md"><timedatetime="2023-11-30T00:00:00.000Z"itemprop="datePublished">November 30, 2023</time> · <!---->One min read</div><divclass="margin-top--md margin-bottom--sm row"><divclass="col col--6 authorCol_Hf19"><divclass="avatar margin-bottom--sm"><divclass="avatar__intro"itemprop="author"itemscope=""itemtype="https://schema.org/Person"><divclass="avatar__name"><ahref="https://github.com/daninus14"target="_blank"rel="noopener noreferrer"itemprop="url"><spanitemprop="name">Daniel N</span></a></div><smallclass="avatar__subtitle"itemprop="description">Lisp Docs Contributor</small></div></div></div></div></header><divclass="markdown"itemprop="articleBody"><h2class="anchor anchorWithStickyNavbar_LWe7"id="search-for-the-technical-reference">Search for the Technical Reference<ahref="blog.html#search-for-the-technical-reference"class="hash-link"aria-label="Direct link to Search for the Technical Reference"title="Direct link to Search for the Technical Reference"></a></h2>
<p>Search for the Technical Reference has now been implemented! Please try it with <code>Ctrl+K</code> or <code>CMD-K</code> and enjoy! <!---->😄</p>
<h2class="anchor anchorWithStickyNavbar_LWe7"id="home-page-updates">Home Page Updates<ahref="blog.html#home-page-updates"class="hash-link"aria-label="Direct link to Home Page Updates"title="Direct link to Home Page Updates"></a></h2>
<p>We also updated the <ahref="index.html">Home Page</a> content.</p></div><footerclass="row docusaurus-mt-lg"><divclass="col"><b>Tags:</b><ulclass="tags_jXut padding--none margin-left--sm"><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/status.html">status</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/search.html">search</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/features.html">features</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/beginning.html">beginning</a></li></ul></div></footer></article><articleclass="margin-bottom--xl"itemprop="blogPost"itemscope=""itemtype="https://schema.org/BlogPosting"><metaitemprop="description"content="Code Blocks"><header><h2class="title_f1Hy"itemprop="headline"><aitemprop="url"href="blog/2023/11/29.html">Code Blocks and Tables</a></h2><divclass="container_mt6G margin-vert--md"><timedatetime="2023-11-29T00:00:00.000Z"itemprop="datePublished">November 29, 2023</time> · <!---->One min read</div><divclass="margin-top--md margin-bottom--sm row"><divclass="col col--6 authorCol_Hf19"><divclass="avatar margin-bottom--sm"><divclass="avatar__intro"itemprop="author"itemscope=""itemtype="https://schema.org/Person"><divclass="avatar__name"><ahref="https://github.com/daninus14"target="_blank"rel="noopener noreferrer"itemprop="url"><spanitemprop="name">Daniel N</span></a></div><smallclass="avatar__subtitle"itemprop="description">Lisp Docs Contributor</small></div></div></div></div></header><divclass="markdown"itemprop="articleBody"><h2class="anchor anchorWithStickyNavbar_LWe7"id="code-blocks">Code Blocks<ahref="blog.html#code-blocks"class="hash-link"aria-label="Direct link to Code Blocks"title="Direct link to Code Blocks"></a></h2>
<p>The current status is that for some reason replacing the code with lisp formatted code blocks was failing due to regex issues.</p>
<p>Here are the lisp highlighted code blocks. <strong>Edit:</strong> removed link.</p>
<p>If you find any code that is not highlighted, please find the appropiate code block and replace it in the code!</p></div><footerclass="row docusaurus-mt-lg"><divclass="col"><b>Tags:</b><ulclass="tags_jXut padding--none margin-left--sm"><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/status.html">status</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/todo.html">todo</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/beginning.html">beginning</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/code-blocks.html">code-blocks</a></li><liclass="tag_QGVx"><aclass="tag_zVej tagRegular_sFm0"href="blog/tags/tables.html">tables</a></li></ul></div></footer></article><navclass="pagination-nav"aria-label="Blog list page navigation"><aclass="pagination-nav__link pagination-nav__link--next"href="blog/page/2.html"><divclass="pagination-nav__label">Older Entries</div></a></nav></main></div></div></div><footerclass="footer footer--dark"><divclass="container container-fluid"><divclass="row footer__links"><divclass="col footer__col"><divclass="footer__title">Docs</div><ulclass="footer__items clean-list"><liclass="footer__item"><aclass="footer__link-item"href="docs/tutorial.html">Common Lisp Tutorial</a></li><liclass="footer__item"><ahref="cl-language-reference/index.html"target="_blank"rel="noopener noreferrer"class="footer__link-item">Common Lisp Technical Reference</a></li><liclass="footer__item"><aclass="footer__link-item"href="docs/help.html">Help</a></li></ul></div><divclass="col footer__col"><divclass="footer__title">Community</div><ulclass="footer__items clean-list"><liclass="footer__item"><ahref="https://stackoverflow.com/questions/tagged/common-lisp"target="_blank"rel="noopener noreferrer"class="footer__link-item">Stack Overflow<svgwidth="13.5"height="13.5"aria-hidden="true"viewBox="0 0 24 24"class="iconExternalLink_nPIU"><pathfill="currentColor"d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><liclass="footer__item"><ahref="https://discord.gg/hhk46CE"target="_blank"rel="noopener noreferrer"class="footer__link-item">Discord<svgwidth="13.5"height="13.5"aria-hidden="true"viewBox="0 0 24 24"class="iconExternalLink_nPIU"><pathfill="currentColor"d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><liclass="footer__item"><ahref="https://www.reddit.com/r/common_lisp"target="_blank"rel="noopener noreferrer"class="footer__link-item">Reddit<svgwidth="13.5"height="13.5"aria-hidden="true"viewBox="0 0 24 24"class="iconExternalLink_nPIU"><pathfill="currentColor"d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><liclass="footer__item"><ahref="https://irclog.tymoon.eu/libera/commonlisp"target="_blank"rel="noopener noreferrer"class="footer__link-item">IRC<svgwidth="13.5"height="13.5"aria-hidden="true"viewBox="0 0 24 24"class="iconExternalLink_nPIU"><pathfill="currentColor"d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li></ul></div><divclass="col footer__col"><divclass="footer__title">More</div><ulclass="footer__items clean-list"><liclass="footer__item"><aclass="footer__link-item"href="blog.html">Blog</a></li><liclass="footer__item"><ahref="https://github.com/lisp-docs/lisp-docs.github.io"target="_blank"rel="noopener noreferrer"class="footer__link-item">Tutorial and General Content GitHub<svgwidth="13.5"height="13.5"aria-hidden="true"viewBox="0 0 24 24"class="iconExternalLink_nPIU"><pathfill="currentColor"d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><liclass="footer__item"><ahref="https://github.com/lis