Closed deepakunni3 closed 4 years ago
See
"UPDATE: As of March 18th 2020, class diagrams are parsed in a new way. They're a bit more picky! We've tested 100's of diagrams without issue. If you hit an issue, please report it on the forum and we'll fix them quickly."
To the best of my knowledge this has been fixed. The biggest challenge here is YUML in markdown that is then converted to html for the github documentation. We believe that we've got it fixed -- the YUML generator didn't seem to be any more (or less) picky, but some of the previous fixes did end up creating markdown html that errored out in the generator itself.
Also, be aware of the "images" option on the markdown generator. This, instead of embedding the (sometimes complex) yuml URL in the markdown, resolves it and saves the resulting .svg image (or whatever type you choose) in an images
subdirectory, meaning that you aren't dependent on the yuml generator for everyday browsing. Biolinkml uses that option but, at the moment, biolink-model appears to be using the non-image route
When we generate a YUML string for a class, the string does not resolve to a proper URL.
Based on trial and error, here are the characters that need replacing before the URL is working again:
Also, the HTML equivalent of '|' (
|
) is incompatible. It should be left as-is and URL encoded.