Skip to content

Commit faf8561

Browse files
Commit via running ake Sources/gists
1 parent 01ddb49 commit faf8561

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Sources/gists/Client.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ public struct Client: APIProtocol {
157157
///
158158
/// Allows you to add a new gist with one or more files.
159159
///
160-
/// **Note:** Don't name your files "gistfile" with a numerical suffix. This is the format of the automatic naming scheme that Gist uses internally.
160+
/// > [!NOTE]
161+
/// > Don't name your files "gistfile" with a numerical suffix. This is the format of the automatic naming scheme that Gist uses internally.
161162
///
162163
/// - Remark: HTTP `POST /gists`.
163164
/// - Remark: Generated from `#/paths//gists/post(gists/create)`.

Sources/gists/Types.swift

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ public protocol APIProtocol: Sendable {
2222
///
2323
/// Allows you to add a new gist with one or more files.
2424
///
25-
/// **Note:** Don't name your files "gistfile" with a numerical suffix. This is the format of the automatic naming scheme that Gist uses internally.
25+
/// > [!NOTE]
26+
/// > Don't name your files "gistfile" with a numerical suffix. This is the format of the automatic naming scheme that Gist uses internally.
2627
///
2728
/// - Remark: HTTP `POST /gists`.
2829
/// - Remark: Generated from `#/paths//gists/post(gists/create)`.
@@ -217,7 +218,8 @@ extension APIProtocol {
217218
///
218219
/// Allows you to add a new gist with one or more files.
219220
///
220-
/// **Note:** Don't name your files "gistfile" with a numerical suffix. This is the format of the automatic naming scheme that Gist uses internally.
221+
/// > [!NOTE]
222+
/// > Don't name your files "gistfile" with a numerical suffix. This is the format of the automatic naming scheme that Gist uses internally.
221223
///
222224
/// - Remark: HTTP `POST /gists`.
223225
/// - Remark: Generated from `#/paths//gists/post(gists/create)`.
@@ -2826,7 +2828,8 @@ public enum Operations {
28262828
///
28272829
/// Allows you to add a new gist with one or more files.
28282830
///
2829-
/// **Note:** Don't name your files "gistfile" with a numerical suffix. This is the format of the automatic naming scheme that Gist uses internally.
2831+
/// > [!NOTE]
2832+
/// > Don't name your files "gistfile" with a numerical suffix. This is the format of the automatic naming scheme that Gist uses internally.
28302833
///
28312834
/// - Remark: HTTP `POST /gists`.
28322835
/// - Remark: Generated from `#/paths//gists/post(gists/create)`.

0 commit comments

Comments
 (0)