github.com/osrg/gobgp@v2.0.0+incompatible/.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-inline-html": {
     9          "allowed_elements": [
    10              "br"
    11          ]
    12      }
    13  }