github.com/osrg/gobgp/v3@v3.30.0/.markdownlint.json (about)

     1  {
     2      "no-hard-tabs": {
     3          "code_blocks": false
     4      },
     5      "line-length": false,
     6      "commands-show-output": false,
     7      "no-duplicate-header": false,
     8      "no-duplicate-heading": false,
     9      "no-inline-html": {
    10          "allowed_elements": [
    11              "br"
    12          ]
    13      }
    14  }