File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff 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)`.
Original file line number Diff line number Diff 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)`.
You can’t perform that action at this time.
0 commit comments