diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-05-06 00:20:40 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-05-06 00:20:40 +0900 |
| commit | d8c7e198e4338be30a33909666083154056eedba (patch) | |
| tree | 0c1c70f3f6d90dec91f9808506f14b732a451ff0 /vhosts/blog/public/posts/2022-09-29 | |
| parent | bcca40d0e7a9ddf0a487cb2b0c9819f332ac73f2 (diff) | |
| download | nsfisis.dev-d8c7e198e4338be30a33909666083154056eedba.tar.gz nsfisis.dev-d8c7e198e4338be30a33909666083154056eedba.tar.zst nsfisis.dev-d8c7e198e4338be30a33909666083154056eedba.zip | |
feat(blog/nuldoc): fix processing of tight list
Diffstat (limited to 'vhosts/blog/public/posts/2022-09-29')
| -rw-r--r-- | vhosts/blog/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/vhosts/blog/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html b/vhosts/blog/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html index 8f028472..59a563e4 100644 --- a/vhosts/blog/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html +++ b/vhosts/blog/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html @@ -73,9 +73,7 @@ </p> <ul> <li> - <p> - 1行あたりの文字数は2文字までに収めること (ただし <code><?php</code> タグは除く) - </p> + 1行あたりの文字数は2文字までに収めること (ただし <code><?php</code> タグは除く) <ul> <li> 厳密な定義: <code><?php</code> タグ以降のソースコードが、2 byte ごとにラインフィード (LF) で区切られること @@ -86,9 +84,7 @@ スペースやタブを使用しないこと </li> <li> - <p> - ループのアンロールをしないこと - </p> + ループのアンロールをしないこと <ul> <li> 100 回ループの代わりに 100 回コードをコピペ、というのは禁止 |
