tink-crypto / tink

Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
https://developers.google.com/tink
Apache License 2.0
13.47k stars 1.18k forks source link

Fixed table markdown format #665

Closed yoavamit closed 1 year ago

yoavamit commented 1 year ago

Apparently Markdown doesn't like having the first cell in a row being empty. 2 possible ways of fixing it:

  1. Add a &nbsp so Markdown will at least think there's something there.
  2. Prefix the table with a | character ✅