Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Code blocks are not indented #129

Closed
mbrandonw opened this issue May 27, 2020 · 2 comments
Closed

Code blocks are not indented #129

mbrandonw opened this issue May 27, 2020 · 2 comments
Labels
bug Something isn't working design Functionality with a design component

Comments

@mbrandonw
Copy link
Contributor

The following documentation:

https://github.com/pointfreeco/swift-composable-architecture/blob/6483439efdcf3d24b8ad6e9dea73fbe64c0531d2/Sources/ComposableArchitecture/Reducer.swift#L30-L46

Is rendered like so:

Expand image

Dropping the white-space: pre-line here fixes it for me, but not sure if there are other implications to think about:

white-space: pre-line;

@mattt
Copy link
Contributor

mattt commented May 27, 2020

Ah, this looks like a regression related to #114.

@mattt mattt added bug Something isn't working design Functionality with a design component labels May 27, 2020
@mattt
Copy link
Contributor

mattt commented Jul 27, 2020

Fixed by #144. Thanks again for your help with this, @mbrandonw!

@mattt mattt closed this as completed Jul 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working design Functionality with a design component
Projects
None yet
Development

No branches or pull requests

2 participants