dwyl / cid

❄️cid ("content id") is a human-friendly (readable/typeable) unique ID function built for distributed/decentralised systems.
GNU General Public License v2.0
33 stars 3 forks source link

Module doc does not display the same way in hex as in text editor #35

Closed RobStallion closed 11 months ago

RobStallion commented 5 years ago

image

  Currently only produces a default v1 CID.
  Currently only uses the "raw" codec
  Data provided must be under 256Kb in order for the CID to match the one
  returned by IPFS

  For more info on CIDs and IPFS see the following...
  https://ipfs.io/
  https://pascalprecht.github.io/posts/content-identifiers-in-ipfs/
  https://github.com/dwyl/learn-ipfs/issues

Update text so that it is clear when on hex pm

nelsonic commented 11 months ago

Indentation fixed in @doc examples so they now appear correctly on: https://hexdocs.pm/excid/Cid.html#functions

image