Fix table formatting (again)
Gitiles doesn't support multi-line table notation so keep everything for
a row on the same line. Add some non-breaking spaces in all but the last
column to force wrapping in the last column.
Change-Id: Ib2399df6b15c47843f5f9c5f113b57877c163f3f
Reviewed-on: https://pigweed-review.googlesource.com/c/open-dice/+/170994
Reviewed-by: Darren Krahn <dkrahn@google.com>
Pigweed-Auto-Submit: Andrew Scull <ascull@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/docs/android.md b/docs/android.md
index 9dcfa00..aa8b1c7 100644
--- a/docs/android.md
+++ b/docs/android.md
@@ -76,17 +76,12 @@
Unless explicitly stated as required in the [versions](#versions) section, each
field is optional. If no fields are relevant, an empty map should be encoded.
-| Name | Key | Value type | Meaning |
-| ----------------- | ------ | ---------- | -----------------------------------|
-| Component name | -70002 | tstr | Name of the component |
-| Component version | -70003 | int / tstr | Version of the component |
-| Resettable | -70004 | null | If present, key changes on factory |
-: : : : reset :
-| Security version | -70005 | uint | Machine-comparable, monotonically |
-: : : : increasing version of the component:
-: : : : where a greater value indicates a :
-: : : : newer version, for example, the :
-: : : : anti-rollback counter :
+Name | Key | Value type | Meaning
+--- | --- | --- | ---
+Component name | -70002 | tstr | Name of the component
+Component&sbsp;version | -70003 | int / tstr | Version of the component
+Resettable | -70004 | null | If present, key changes on factory reset
+Security version | -70005 | uint | Machine-comparable, monotonically increasing version of the component where a greater value indicates a newer version, for example, the anti-rollback counter
### Versions