I did some changes to Marfa’s CSS to make more room for code blocks. E.g.,
let request = MicropubRequestFactory.makeNewPostRequest(
content: "This is the body",
isDraft: true
)
let postResponse = try await client.run(request)
I did some changes to Marfa’s CSS to make more room for code blocks. E.g.,
let request = MicropubRequestFactory.makeNewPostRequest(
content: "This is the body",
isDraft: true
)
let postResponse = try await client.run(request)