Skip to content

Commit cf508c6

Browse files
author
github-actions
committed
auto: docs: Fix highlighting in execution
SourceCommit: emacs-eask/cli@bbc8cc8
1 parent e1b4361 commit cf508c6

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Getting-Started/Quick-Start/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
</span></span><span class=line><span class=cl>
109109
</span></span><span class=line><span class=cl><span class=p>(</span><span class=nv>depends-on</span> <span class=s>&#34;f&#34;</span><span class=p>)</span>
110110
</span></span><span class=line><span class=cl><span class=p>(</span><span class=nv>depends-on</span> <span class=s>&#34;ht&#34;</span><span class=p>)</span>
111-
</span></span></code></pre></div><blockquote class="gdoc-hint note"><div class="gdoc-hint__title flex align-center"><i class="fa note" title=Note></i></div><div class=gdoc-hint__text><p>💡 Make sure the dependencies you add are available in the package archives!</p><p>Or else you would get an error <strong>`package-name-&rsquo; is unavailable</strong>!</p></div></blockquote><div class="flex align-center gdoc-page__anchorwrap"><h2 id=-step-8-install-dependencies>🔍 Step 8: Install dependencies</h2><a data-clipboard-text=https://emacs-eask.github.io/Getting-Started/Quick-Start/#-step-8-install-dependencies class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🔍 Step 8: Install dependencies" aria-label="Anchor to: 🔍 Step 8: Install dependencies" href=#-step-8-install-dependencies><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>Now we can install the dependencies we have specified in the <strong>Eask</strong>-file:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-elisp data-lang=elisp><span class=line><span class=cl><span class=nv>$</span> <span class=nv>eask</span> <span class=nv>install-deps</span>
111+
</span></span></code></pre></div><blockquote class="gdoc-hint note"><div class="gdoc-hint__title flex align-center"><i class="fa note" title=Note></i></div><div class=gdoc-hint__text><p>💡 Make sure the dependencies you add are available in the package archives!</p><p>Or else you would get an error <strong>`package-name-&rsquo; is unavailable</strong>!</p></div></blockquote><div class="flex align-center gdoc-page__anchorwrap"><h2 id=-step-8-install-dependencies>🔍 Step 8: Install dependencies</h2><a data-clipboard-text=https://emacs-eask.github.io/Getting-Started/Quick-Start/#-step-8-install-dependencies class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🔍 Step 8: Install dependencies" aria-label="Anchor to: 🔍 Step 8: Install dependencies" href=#-step-8-install-dependencies><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>Now we can install the dependencies we have specified in the <strong>Eask</strong>-file:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl>$ eask install-deps
112112
</span></span></code></pre></div><p>You should see Eask executed correctly with the similar output below:</p><pre tabindex=0><code>Loading package information... done
113113
Installing 2 package dependencies...
114114
- Installing f (20220405.1534)... done

fonts/GeekdocIcons.woff

0 Bytes
Binary file not shown.

fonts/GeekdocIcons.woff2

-4 Bytes
Binary file not shown.

zh-tw/Getting-Started/Quick-Start/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
</span></span><span class=line><span class=cl>
111111
</span></span><span class=line><span class=cl><span class=p>(</span><span class=nv>depends-on</span> <span class=s>&#34;f&#34;</span><span class=p>)</span>
112112
</span></span><span class=line><span class=cl><span class=p>(</span><span class=nv>depends-on</span> <span class=s>&#34;ht&#34;</span><span class=p>)</span>
113-
</span></span></code></pre></div><blockquote class="gdoc-hint note"><div class="gdoc-hint__title flex align-center"><i class="fa note" title=Note></i></div><div class=gdoc-hint__text><p>💡 確保您添加的依賴項在包存檔中可用!</p><p>否則你會得到一個錯誤 <strong>`package-name-&rsquo; is unavailable</strong></p></div></blockquote><div class="flex align-center gdoc-page__anchorwrap"><h2 id=-步驟-8-安裝依賴>🔍 步驟 8: 安裝依賴</h2><a data-clipboard-text=https://emacs-eask.github.io/zh-tw/Getting-Started/Quick-Start/#-步驟-8-安裝依賴 class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🔍 步驟 8: 安裝依賴" aria-label="Anchor to: 🔍 步驟 8: 安裝依賴" href=#-%e6%ad%a5%e9%a9%9f-8-%e5%ae%89%e8%a3%9d%e4%be%9d%e8%b3%b4><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>現在我們可以安裝我們在 <strong>Eask</strong> 文件中指定的依賴項:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-elisp data-lang=elisp><span class=line><span class=cl><span class=nv>$</span> <span class=nv>eask</span> <span class=nv>install-deps</span>
113+
</span></span></code></pre></div><blockquote class="gdoc-hint note"><div class="gdoc-hint__title flex align-center"><i class="fa note" title=Note></i></div><div class=gdoc-hint__text><p>💡 確保您添加的依賴項在包存檔中可用!</p><p>否則你會得到一個錯誤 <strong>`package-name-&rsquo; is unavailable</strong></p></div></blockquote><div class="flex align-center gdoc-page__anchorwrap"><h2 id=-步驟-8-安裝依賴>🔍 步驟 8: 安裝依賴</h2><a data-clipboard-text=https://emacs-eask.github.io/zh-tw/Getting-Started/Quick-Start/#-步驟-8-安裝依賴 class="gdoc-page__anchor clip flex align-center" title="Anchor to: 🔍 步驟 8: 安裝依賴" aria-label="Anchor to: 🔍 步驟 8: 安裝依賴" href=#-%e6%ad%a5%e9%a9%9f-8-%e5%ae%89%e8%a3%9d%e4%be%9d%e8%b3%b4><svg class="gdoc-icon gdoc_link"><use xlink:href="#gdoc_link"/></svg></a></div><p>現在我們可以安裝我們在 <strong>Eask</strong> 文件中指定的依賴項:</p><div class=highlight><pre tabindex=0 class=chroma><code class=language-sh data-lang=sh><span class=line><span class=cl>$ eask install-deps
114114
</span></span></code></pre></div><p>您應該會看到 Eask 正確執行,輸出類似如下:</p><pre tabindex=0><code>Loading package information... done
115115
Installing 2 package dependencies...
116116
- Installing f (20220405.1534)... done

0 commit comments

Comments
 (0)