Skip to content

Commit 5a6b443

Browse files
Commit via running ake Sources/markdown
1 parent 66ce2ad commit 5a6b443

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Sources/markdown/Client.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ public struct Client: APIProtocol {
4040
}
4141
/// Render a Markdown document
4242
///
43+
///
44+
///
4345
/// - Remark: HTTP `POST /markdown`.
4446
/// - Remark: Generated from `#/paths//markdown/post(markdown/render)`.
4547
public func markdown_sol_render(_ input: Operations.markdown_sol_render.Input) async throws -> Operations.markdown_sol_render.Output {

Sources/markdown/Types.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import struct Foundation.Date
1313
public protocol APIProtocol: Sendable {
1414
/// Render a Markdown document
1515
///
16+
///
17+
///
1618
/// - Remark: HTTP `POST /markdown`.
1719
/// - Remark: Generated from `#/paths//markdown/post(markdown/render)`.
1820
func markdown_sol_render(_ input: Operations.markdown_sol_render.Input) async throws -> Operations.markdown_sol_render.Output
@@ -29,6 +31,8 @@ public protocol APIProtocol: Sendable {
2931
extension APIProtocol {
3032
/// Render a Markdown document
3133
///
34+
///
35+
///
3236
/// - Remark: HTTP `POST /markdown`.
3337
/// - Remark: Generated from `#/paths//markdown/post(markdown/render)`.
3438
public func markdown_sol_render(
@@ -95,6 +99,8 @@ public enum Components {
9599
public enum Operations {
96100
/// Render a Markdown document
97101
///
102+
///
103+
///
98104
/// - Remark: HTTP `POST /markdown`.
99105
/// - Remark: Generated from `#/paths//markdown/post(markdown/render)`.
100106
public enum markdown_sol_render {

0 commit comments

Comments
 (0)