diff --git a/test/expected.md b/test/expected.md index 6e50d88..488e5f5 100644 --- a/test/expected.md +++ b/test/expected.md @@ -93,7 +93,7 @@ _Appears in:_ | --- | --- | --- | --- | | `name` _string_ | Name of the guest (pipe \| should be escaped) | | MaxLength: 80
Pattern: `0*[a-z0-9]*[a-z]*[0-9]`
| | `time` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#time-v1-meta)_ | Time of entry | | | -| `comment` _string_ | Comment by guest. This can be a multi-line comment.

Like this one.

Now let's test a list:

* a

* b





Another isolated comment.





Looks good? | | Pattern: `0*[a-z0-9]*[a-z]*[0-9]*`
| +| `comment` _string_ | Comment by guest. This can be a multi-line comment.
Like this one.
Now let's test a list:
* a
* b


Another isolated comment.


Looks good? | | Pattern: `0*[a-z0-9]*[a-z]*[0-9]*`
| | `rating` _[Rating](#rating)_ | Rating provided by the guest | | Maximum: 5
Minimum: 1
|