You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
We just started preparing to use swift-doc in our Composable Architecture repo, and so far it's looking really nice! We've found a couple of small bugs that we wanted to bring to your attention. I haven't seen this one reported yet.
Thanks for pointing this out, @mbrandonw! I know exactly what the problem is.
In the parser for SwiftMarkup, we walk bulleted list items to check for callouts like Important or Parameters. If no callout delimiters are found, the text gets returned, but minus the original *:
@mbrandonw Alright, I just opened #130, which I believe should resolve this. I'll have time to verify this in a few days, but you're more than welcome to test this out for yourself locally.
We just started preparing to use swift-doc in our Composable Architecture repo, and so far it's looking really nice! We've found a couple of small bugs that we wanted to bring to your attention. I haven't seen this one reported yet.
The docs generated for this:
https://github.com/pointfreeco/swift-composable-architecture/blob/28c65dfa60ac8640b1d893746d8525213a054877/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift#L7-L18
looks like this:
https://github.com/pointfreeco/swift-composable-architecture/blob/28c65dfa60ac8640b1d893746d8525213a054877/Documentation/ComposableArchitecture/WithViewStore/index.html#L47-L50
In particular, the bullet points have been removed.
The text was updated successfully, but these errors were encountered: