ITADN

Arrow (->) not rendered correctly in mknotebooks

#1118Openomri374 创建于 2024-05-05
O
omri374commented
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: ![image](https://github.com/greenape/mknotebooks/assets/3776619/c8306c90-bd7d-4cb1-815b-e6b83e65986c) Is there any way to fix the rendering of `->`?
3 条评论