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

incorrect rendering of language-specific markdown #3

Open
jni opened this issue Jun 6, 2024 · 0 comments
Open

incorrect rendering of language-specific markdown #3

jni opened this issue Jun 6, 2024 · 0 comments

Comments

@jni
Copy link
Member

jni commented Jun 6, 2024

Raw markdown:

The library can be also controlled using the singleton of [`StateManager`](api_reference.md) class:
```python
from midi_app_controller.state.state_manager import get_state_manager

state = get_state_manager()
# Now the library can be controlled using `state`.
```

Rendering on github:

Screenshot 2024-06-07 at 8 58 49 AM

Rendering on the hub:

Screenshot 2024-06-07 at 8 58 19 AM

Rendering on hublite:

Screenshot 2024-06-07 at 8 59 19 AM

It's not just an issue with the newline/spacing. Lower down in the same file:

### Installing
```sh
python3 -m pip install -e .
```

Rendering on hublite:

Screenshot 2024-06-07 at 9 01 20 AM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant