Skip to content

Commit

Permalink
ja: add more punctations and disable lint for a special case
Browse files Browse the repository at this point in the history
Co-authored-by: Masahiro FUJIMOTO <[email protected]>
  • Loading branch information
yin1999 and mfuji09 committed Dec 9, 2023
1 parent d4a5c62 commit 48e4765
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/ja/.markdownlint.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../.markdownlint.jsonc",
"no-trailing-punctuation": {
"punctuation": ".,;:。:"
"punctuation": ".,;:。、;:"
}
}
6 changes: 5 additions & 1 deletion files/ja/web/api/web_authentication_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ create() と get() メソッドが全体像の中でどのように位置づけ

![ウェブ認証 API のコンポーネントの登録とデータフロー図](webauthn_registration_r4.png)

_図 1 - ウェブ認証による登録手順と各アクションに関連する重要なデータの流れを示す図。_
<!-- markdownlint-disable no-emphasis-as-heading -->

_図 1 - ウェブ認証による登録手順と各アクションに関連する重要なデータの流れを示す図_

<!-- markdownlint-enable no-emphasis-as-heading -->

まず(図中のステップ 0)、アプリケーションは最初の登録要求を行います。このリクエストのプロトコルとフォーマットは、ウェブ認証 API の範囲外です。

Expand Down

0 comments on commit 48e4765

Please sign in to comment.