diff --git a/.markdownlint.json b/.markdownlint.json index 0b6826ae58..1fca35cd4c 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,5 +1,8 @@ { + "MD012": false, "MD013": false, "MD033": false, - "MD059": false + "MD041": false, + "MD059": false, + "MD060": false } diff --git a/README.md b/README.md index 826a93f65c..e28ad4abf2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/iot) [![Discord](https://img.shields.io/discord/755370044946513932?label=Discord)](https://discord.gg/kqWhBbj) diff --git a/src/devices/Device-Index.md b/src/devices/Device-Index.md index 60ed29f45f..750348d4f5 100755 --- a/src/devices/Device-Index.md +++ b/src/devices/Device-Index.md @@ -1,5 +1,3 @@ - - # Alphabetical Device Index diff --git a/src/devices/README.md b/src/devices/README.md index 21305657a7..a998fb3772 100755 --- a/src/devices/README.md +++ b/src/devices/README.md @@ -1,5 +1,3 @@ - - # Device Bindings This directory is intended for device bindings, sensors, displays, human interface devices and anything else that requires software to control. We want to establish a rich set of quality .NET bindings to make it straightforward to use .NET to connect devices together to produce weird and wonderful IoT applications.