linux-system-roles / nbde_client

Ansible role for configuring Network Bound Disk Encryption clients (e.g. clevis)
https://linux-system-roles.github.io/nbde_client/
MIT License
14 stars 24 forks source link

README.md - Adding a blank line after nbde_client_bindings #46

Closed nhosoi closed 3 years ago

nhosoi commented 3 years ago

Some markdown renderer does not process the file properly if there's no blank line between a header, a table, etc. E.g.,

#### nbde_client_bindings
 `nbde_client_bindings` is a list of dictionaries that support the following keys:
 | **Name** | **Default/Choices** | **Description** |
|----------|-------------|------|
| `device` | | specifies the path of the ...

==> +nbde_client_bindings+ is a list of dictionaries that support the following keys: | Name | Default/Choices | Description | |----------|-------------|------| | +device+ | | specifies the path of the .... By adding a blank line between the header/table and the ordinary line, it's processed properly.