Sebastian Penhouet
Sebastian Penhouet
Markdown doesn't officially support tables without header. A common workaround is to simply make a header with empty cells. ``` | | | | :----- | :----- | | Cell...
Sometimes markdown is not enough, e.g. when using a list inside a table cell: ``` | | | | :------------- | :-------------------------------------- | | **Components** | Item 1Item 2 |...
We use dashes `-` for lists. Milkdown changes all these to stars `*`. I wish it would not do that and not introduce so much change in existing markdown documents.
We have a lot of page links, linking many markdown files with each other. For example a link like this: ``` [Quality Management](../../Quality%20Management.md) ``` Clicking that link should open that...
The current docs state > convert a NIfTI file (.nii/.nii.gz) into a single-frame DICOM Series and > Create an MRI 2D multi-slice DICOM dataset but only reading the docs, it's...
From the docs I see that there is a way to specify a reference DICOM file. But given there is no reference file, it would be good to have an...
### Describe the bug. What happened? Test data: [example_seg_objects.zip](https://github.com/user-attachments/files/20892975/example_seg_objects.zip) Included are two seg objects with different issues, but both are not displayed in Weasis. ``` ├── seg_anatomy.dcm # Shape and...
Addresses #159 This pull request introduces significant changes to improve the handling of credentials and account settings for the Obsidian Jira Issue plugin. The key updates include separating authentication data...
**Is your feature request related to a problem? Please describe.** When working in a team with the Git plugin, having the user authentication stored in the `data.json` is a problem....
I'm currently testing the latest state of the code compared to version 0.9.0 which we were using before. The dicom meta that is output now is missing a lot of...