diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-01-15 09:47:18 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-01-15 09:47:18 +0900 |
| commit | 0fa75a6237a58d22b63dfa1c6ff1742c69a3f322 (patch) | |
| tree | 806a328a1b27441897f8a000a913417fd0f4c851 /vhosts/blog/content/posts/2021-10-02/ruby-then-keyword-and-case-in.ndoc | |
| parent | d46df528ef37a4d85c7700ae1b2d683eecd0b37c (diff) | |
| download | nsfisis.dev-0fa75a6237a58d22b63dfa1c6ff1742c69a3f322.tar.gz nsfisis.dev-0fa75a6237a58d22b63dfa1c6ff1742c69a3f322.tar.zst nsfisis.dev-0fa75a6237a58d22b63dfa1c6ff1742c69a3f322.zip | |
feat(blog/nuldoc): implement autolink feature
Diffstat (limited to 'vhosts/blog/content/posts/2021-10-02/ruby-then-keyword-and-case-in.ndoc')
| -rw-r--r-- | vhosts/blog/content/posts/2021-10-02/ruby-then-keyword-and-case-in.ndoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vhosts/blog/content/posts/2021-10-02/ruby-then-keyword-and-case-in.ndoc b/vhosts/blog/content/posts/2021-10-02/ruby-then-keyword-and-case-in.ndoc index 7d7007c2..ef2534c4 100644 --- a/vhosts/blog/content/posts/2021-10-02/ruby-then-keyword-and-case-in.ndoc +++ b/vhosts/blog/content/posts/2021-10-02/ruby-then-keyword-and-case-in.ndoc @@ -15,7 +15,7 @@ remark = "Qiita から移植" <article> <note> この記事は Qiita から移植してきたものです。 - 元 URL: <a href="https://qiita.com/nsfisis/items/787a8cf888a304497223">https://qiita.com/nsfisis/items/787a8cf888a304497223</a> + 元 URL: https://qiita.com/nsfisis/items/787a8cf888a304497223 </note> <section id="tl-dr"> <h>TL; DR</h> @@ -162,7 +162,7 @@ remark = "Qiita から移植" の説明は省略)。 </p> <p> - <a href="https://github.com/ruby/ruby/blob/221ca0f8281d39f0dfdfe13b2448875384bbf735/parse.y#L3961-L3986">https://github.com/ruby/ruby/blob/221ca0f8281d39f0dfdfe13b2448875384bbf735/parse.y#L3961-L3986</a> + https://github.com/ruby/ruby/blob/221ca0f8281d39f0dfdfe13b2448875384bbf735/parse.y#L3961-L3986 </p> <codeblock language="yacc"> <