Либо добавьте ведущую трубу:
| Attributes | Field type | value | description
| - | - | - | -
| required | `*` | boolean`(default=false)` | check if field has a value if set true.
| requiredPhrase | `*` | string`(default=This field is required.)` | error shown when field is required and empty.
или используйте два (или более) дефиса вместо одного, чтобы они не анализировались как маркеры:
Attributes | Field type | value | description
-- | -- | -- | --
required | `*` | boolean`(default=false)` | check if field has a value if set true.
requiredPhrase | `*` | string`(default=This field is required.)` | error shown when field is required and empty.
Я также рекомендую избавиться от этого зубчатого начального пробела для удобочитаемости необработанной уценки.