Arrow (->) not rendered correctly in mknotebooks
Hi, the following Python code:
```py
def compare_dicom_images(
instance_original: pydicom.dataset.FileDataset,
instance_redacted: pydicom.dataset.FileDataset,
figsize: tuple = (11, 11)
) -> None:
```
Is rendered this way:

Is there any way to fix the rendering of `->`?
3 条评论