napari / hub-lite

more maintainable, less resource intensive napari-hub
MIT License
5 stars 1 forks source link

incorrect rendering of language-specific markdown #3

Open jni opened 5 months ago

jni commented 5 months ago

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:

<img width="715" alt="Screenshot 2024-06-07 at 8 58 49 AM" src="https://github.com/yunhal/napari_hub_lite/assets/492549/9783f62f-abf1-4029-9576-36ae1f696356">

Rendering on the hub:

<img width="788" alt="Screenshot 2024-06-07 at 8 58 19 AM" src="https://github.com/yunhal/napari_hub_lite/assets/492549/6a65559b-6e4a-4c83-acf5-cea2983aa760">

Rendering on hublite:

<img width="736" alt="Screenshot 2024-06-07 at 8 59 19 AM" src="https://github.com/yunhal/napari_hub_lite/assets/492549/31edc58c-2e2c-4389-8b2a-f430d8205bb2">

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

Installing

python3 -m pip install -e .


Rendering on hublite:

<img width="335" alt="Screenshot 2024-06-07 at 9 01 20 AM" src="https://github.com/yunhal/napari_hub_lite/assets/492549/19176b09-e705-4bef-b955-3423713363e2">