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

Code blocks are not indented #129

Closed
Closed
@mbrandonw

Description

@mbrandonw

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdesignFunctionality with a design component

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions