Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedded code snippets in README files don't render correctly #3353

Open
daveverwer opened this issue Sep 2, 2024 · 0 comments
Open

Embedded code snippets in README files don't render correctly #3353

daveverwer opened this issue Sep 2, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@daveverwer
Copy link
Member

I think GitHub have been doing some more changes to README file rendering.

On SPI:

Screenshot 2024-09-02 at 08 57 17@2x

On GitHub:

Screenshot 2024-09-02 at 12 22 38@2x

These snippets are inserted by just including a URL containing line numbers, like this:

The LiveQuery client interface is based around the concept of `Subscription`s. You can register any `Query` for live updates from the associated live query server and use the query as a view model for a SwiftUI view by simply using the `subscribe` property of a query: https://github.com/netreconlab/Parse-Swift/blob/0c17c781a211299f324753fa9bcbb6845c22fad2/ParseSwift.playground/Pages/19%20-%20SwiftUI%20-%20LiveQuery.xcplaygroundpage/Contents.swift#L66-L125

I have added one of these to Leftpad for testing

@daveverwer daveverwer added the bug Something isn't working label Sep 2, 2024
@daveverwer daveverwer self-assigned this Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant