decentralized-identity / didcomm.org

https://didcomm.org/
Apache License 2.0
36 stars 25 forks source link

Render Error in Mediator-Coordinator #66

Open nickreynolds opened 1 year ago

nickreynolds commented 1 year ago

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.

image

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?

rodolfomiranda commented 1 year ago

seems that the rendering is not SSI friendly. I'll do a find&replace.

brianorwhatever commented 1 year ago

alternatively could setup an escape character as shown here https://www.gatsbyjs.com/plugins/gatsby-remark-emojis/