Skip to content

Instantly share code, notes, and snippets.

@goerz
Last active April 5, 2024 16:04
Show Gist options
  • Save goerz/bb2f1589d2aa523ffa8ccd4d0addcd86 to your computer and use it in GitHub Desktop.
Save goerz/bb2f1589d2aa523ffa8ccd4d0addcd86 to your computer and use it in GitHub Desktop.
name: test
channels:
- conda-forge
dependencies:
- ipykernel=6.26.0
- ipython=8.17.2
- pip=24.0
- python=3.10
- ipympl=0.9.3
- ipywidgets=8.1.2
- jupyterlab=4.0.8
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@goerz
Copy link
Author

goerz commented Apr 4, 2024

@goerz
Copy link
Author

goerz commented Apr 4, 2024

The Github renderer does not have the problem being discussed here. Here is a screenshot of how this looks running on my laptop:

CleanShot 2024-04-04 at 17 28 54@2x

@goerz
Copy link
Author

goerz commented Apr 4, 2024

Adding a space in front of the parenthesis, i.e.,

md = MD(Markdown.Code("julia", "gate_concurrence(U) = gate_concurrence(weyl_chamber_coordinates(U)... )"))

also displays properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment