mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-23 01:42:56 +08:00
更换 logo
This commit is contained in:
353
website/docs/shortcodes/expand/index.html
Normal file
353
website/docs/shortcodes/expand/index.html
Normal file
@ -0,0 +1,353 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir=>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Expand # Expand shortcode can help to decrease clutter on screen by hiding part of text. Expand content by clicking on it.
|
||||
Example # Default # {{< expand >}} ## Markdown content Lorem markdownum insigne... {{< /expand >}} Expand ↕ Markdown content Lorem markdownum insigne… With Custom Label # {{< expand "Custom Label" "..." >}} ## Markdown content Lorem markdownum insigne.">
|
||||
<meta name="theme-color" content="#FFFFFF"><meta property="og:title" content="" />
|
||||
<meta property="og:description" content="Expand # Expand shortcode can help to decrease clutter on screen by hiding part of text. Expand content by clicking on it.
|
||||
Example # Default # {{< expand >}} ## Markdown content Lorem markdownum insigne... {{< /expand >}} Expand ↕ Markdown content Lorem markdownum insigne… With Custom Label # {{< expand "Custom Label" "..." >}} ## Markdown content Lorem markdownum insigne." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://books.halfrost.com/leetcode/docs/shortcodes/expand/" />
|
||||
|
||||
<title>Expand | LeetCode Cookbook</title>
|
||||
<link rel="manifest" href="/leetcode/manifest.json">
|
||||
<link rel="icon" href="/leetcode/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/leetcode/book.min.6cd8553a6854f4812343f0f0c8baca31271e686434f381fbe3c7226f66639176.css" integrity="sha256-bNhVOmhU9IEjQ/DwyLrKMSceaGQ084H748cib2ZjkXY=">
|
||||
<script defer src="/leetcode/en.search.min.b89b298482a620ecdc3740829351c9d8b19cc485f00b83eaf4b57f44e1cb7e23.js" integrity="sha256-uJsphIKmIOzcN0CCk1HJ2LGcxIXwC4Pq9LV/ROHLfiM="></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body dir=>
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a href="/leetcode"><span>LeetCode Cookbook</span>
|
||||
</a>
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search">
|
||||
<input type="text" id="book-search-input" placeholder="Search" aria-label="Search" maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="https://halfrost.com" target="_blank" rel="noopener">
|
||||
被人嘲笑的梦想
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/halfrost" target="_blank" rel="noopener">
|
||||
Github
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://halfrost.com" target="_blank" rel="noopener">
|
||||
微信公众号
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://twitter.com/halffrost" target="_blank" rel="noopener">
|
||||
Twitter
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://weibo.com/halfrost" target="_blank" rel="noopener">
|
||||
Weibo
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<p>
|
||||
<a href="/leetcode/docs/example/"><strong>Example Site</strong></a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<a href="/leetcode/docs/example/table-of-contents/">Table of Contents</a></p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/leetcode/docs/example/table-of-contents/with-toc/">With ToC</a></li>
|
||||
<li>
|
||||
<a href="/leetcode/docs/example/table-of-contents/without-toc/">Without ToC</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<a href="/leetcode/docs/example/collapsed/">Collapsed</a></p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/leetcode/docs/example/collapsed/3rd-level/">3rd</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/leetcode/docs/example/collapsed/3rd-level/4th-level/">4th</a>
|
||||
<br /></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>Shortcodes</strong></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<a href="/leetcode/docs/shortcodes/buttons/">Buttons</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<a href="/leetcode/docs/shortcodes/columns/">Columns</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<a href="/leetcode/docs/shortcodes/expand/"class=active>Expand</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<a href="/leetcode/docs/shortcodes/hints/">Hints</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<a href="/leetcode/docs/shortcodes/katex/">Katex</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<a href="/leetcode/docs/shortcodes/mermaid/">Mermaid</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<a href="/leetcode/docs/shortcodes/tabs/">Tabs</a>
|
||||
<br /></p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="/leetcode/posts/" >
|
||||
Blog
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){var menu=document.querySelector("aside.book-menu nav");addEventListener("beforeunload",function(event){localStorage.setItem("menu.scrollTop",menu.scrollTop);});menu.scrollTop=localStorage.getItem("menu.scrollTop");})();</script>
|
||||
|
||||
|
||||
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
<img src="/leetcode/svg/menu.svg" class="book-icon" alt="Menu" />
|
||||
</label>
|
||||
|
||||
<strong>Expand</strong>
|
||||
|
||||
<label for="toc-control">
|
||||
|
||||
<img src="/leetcode/svg/toc.svg" class="book-icon" alt="Table of Contents" />
|
||||
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#expand">Expand</a>
|
||||
<ul>
|
||||
<li><a href="#example">Example</a>
|
||||
<ul>
|
||||
<li><a href="#default">Default</a></li>
|
||||
<li><a href="#with-custom-label">With Custom Label</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</aside>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<article class="markdown"><h1 id="expand">
|
||||
Expand
|
||||
<a class="anchor" href="#expand">#</a>
|
||||
</h1>
|
||||
<p>Expand shortcode can help to decrease clutter on screen by hiding part of text. Expand content by clicking on it.</p>
|
||||
<h2 id="example">
|
||||
Example
|
||||
<a class="anchor" href="#example">#</a>
|
||||
</h2>
|
||||
<h3 id="default">
|
||||
Default
|
||||
<a class="anchor" href="#default">#</a>
|
||||
</h3>
|
||||
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-tpl" data-lang="tpl"><span style="color:#75715e">{{</span><span style="color:#f92672"><</span> <span style="color:#a6e22e">expand</span> <span style="color:#f92672">></span><span style="color:#75715e">}}</span>
|
||||
## Markdown content
|
||||
Lorem markdownum insigne...
|
||||
<span style="color:#75715e">{{</span><span style="color:#f92672"><</span> <span style="color:#f92672">/</span><span style="color:#a6e22e">expand</span> <span style="color:#f92672">></span><span style="color:#75715e">}}</span>
|
||||
</code></pre></div>
|
||||
<div class="book-expand">
|
||||
<label>
|
||||
<div class="book-expand-head flex justify-between">
|
||||
<span>Expand</span>
|
||||
<span>↕</span>
|
||||
</div>
|
||||
<input type="checkbox" class="hidden" />
|
||||
<div class="book-expand-content markdown-inner">
|
||||
<h2 id="markdown-content">Markdown content</h2>
|
||||
<p>Lorem markdownum insigne…
|
||||
</div>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<h3 id="with-custom-label">
|
||||
With Custom Label
|
||||
<a class="anchor" href="#with-custom-label">#</a>
|
||||
</h3>
|
||||
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-tpl" data-lang="tpl"><span style="color:#75715e">{{</span><span style="color:#f92672"><</span> <span style="color:#a6e22e">expand</span> <span style="color:#e6db74">"Custom Label"</span> <span style="color:#e6db74">"..."</span> <span style="color:#f92672">></span><span style="color:#75715e">}}</span>
|
||||
## Markdown content
|
||||
Lorem markdownum insigne...
|
||||
<span style="color:#75715e">{{</span><span style="color:#f92672"><</span> <span style="color:#f92672">/</span><span style="color:#a6e22e">expand</span> <span style="color:#f92672">></span><span style="color:#75715e">}}</span>
|
||||
</code></pre></div>
|
||||
<div class="book-expand">
|
||||
<label>
|
||||
<div class="book-expand-head flex justify-between">
|
||||
<span>Custom Label</span>
|
||||
<span>...</span>
|
||||
</div>
|
||||
<input type="checkbox" class="hidden" />
|
||||
<div class="book-expand-content markdown-inner">
|
||||
<h2 id="markdown-content">Markdown content</h2>
|
||||
<p>Lorem markdownum insigne. Olympo signis Delphis! Retexi Nereius nova develat
|
||||
stringit, frustra Saturnius uteroque inter! Oculis non ritibus Telethusa
|
||||
protulit, sed sed aere valvis inhaesuro Pallas animam: qui <em>quid</em>, ignes.
|
||||
Miseratus fonte Ditis conubia.
|
||||
</div>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
<footer class="book-footer">
|
||||
|
||||
<div class="flex flex-wrap justify-between">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#expand">Expand</a>
|
||||
<ul>
|
||||
<li><a href="#example">Example</a>
|
||||
<ul>
|
||||
<li><a href="#default">Default</a></li>
|
||||
<li><a href="#with-custom-label">With Custom Label</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user