diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-17 01:56:28 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-17 01:56:28 +0900 |
| commit | 77d1d07fbc1b8e27125d5d727e1551e9aeaac6c2 (patch) | |
| tree | 9df529139da165452ba2db2e33a28898a97dea4a /public/posts/2022-04-24 | |
| parent | 0766039bd9e6b9f5e6334e84666f5be698d41fc3 (diff) | |
| download | blog.nsfisis.dev-77d1d07fbc1b8e27125d5d727e1551e9aeaac6c2.tar.gz blog.nsfisis.dev-77d1d07fbc1b8e27125d5d727e1551e9aeaac6c2.tar.zst blog.nsfisis.dev-77d1d07fbc1b8e27125d5d727e1551e9aeaac6c2.zip | |
fix(content): fix XML notations
Diffstat (limited to 'public/posts/2022-04-24')
| -rw-r--r-- | public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html b/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html index 8ae0fa6..d8e5dee 100644 --- a/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html +++ b/public/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal/index.html @@ -99,21 +99,15 @@ <ol numeration="arabic"> <li> - <p> - フォントファイルを読み込む - </p> + フォントファイルを読み込む </li> <li> - <p> - コマンドライン引数を Shift-JIS に変換する (フォントが Shift-JIS 基準で並んでいるため) - </p> + コマンドライン引数を Shift-JIS に変換する (フォントが Shift-JIS 基準で並んでいるため) </li> <li> - <p> - 1文字ずつレンダリングしていく - </p> + 1文字ずつレンダリングしていく </li> </ol> |
