Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

i.e. leave the account  value as trustoverip  not yours.

You can preview your changes (see below) with SpecUp.

Code Block
"source": {
  "host": "github",
  "account": "trustoverip",
  "repo": "tswg-trust-registry-protocol"
},

...

  • Put the images into the ./spec folder where your main content (or in a sub-folder like ./spec/images )
  • Reference these using regular image markdown:
    Code Block
    ![alternate text/title](./images/highlevel.png)

Previewing/Rendering Locally

Run the following in your terminal (you will need to npm install before this will work):

...