didcomm.org
didcomm.org copied to clipboard
Render Error in Mediator-Coordinator
The DIDComm Mediator-Coordinator protocol spec (possibly other specs) has examples that all have this long (emoji related) img tag in the middle of the DID. I'm assuming this is just a rendering error (it interprets the :key:
portion of did:key:whatever
as :key: and tries to render as an emoji but fails), but it would be great to fix this as it makes the examples quite a bit harder to read.
I don't know if anyone really wants to spend time tracking down and fixing this render error, but maybe we could just replace did:key:
with did:example:
wherever it's found to avoid the error?
seems that the rendering is not SSI friendly. I'll do a find&replace.
alternatively could setup an escape character as shown here https://www.gatsbyjs.com/plugins/gatsby-remark-emojis/