From 40a821d22e9b0d7a6250814b8da0889d546d6a3a Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sat, 4 Jun 2016 00:08:40 +0300 Subject: [PATCH] Removed spacing in lists --- README.md | 15 ++------------- package.json | 1 + 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 454c632..f774f39 100644 --- a/README.md +++ b/README.md @@ -4,32 +4,23 @@ A curated list of cryptography resources and links. - + - [Theory](#theory) - - [Algorithms](#algorithms) - - [Symmetric encryption](#symmetric-encryption) - [Asymmetric encryption](#asymmetric-encryption) - [Hash functions](#hash-functions) - - [Articles](#articles) - - [Books](#books) - - [Courses](#courses) - [Tools](#tools) - - [Standalone](#standalone) - - [Plugins](#plugins) - - [Git](#git) - [Frameworks and Libs](#frameworks-and-libs) - - [C](#c) - [C#](#c-sharp) - [C++](#cpp) @@ -54,16 +45,14 @@ A curated list of cryptography resources and links. - [Swift](#swift) - [Resources](#resources) - - [Web-tools](#web-tools) - [Web-sites](#web-sites) - [Blogs](#blogs) - [Contributing](#contributing) - - [License](#license) - + - - - diff --git a/package.json b/package.json index 438c34e..78b2a35 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "maximum-line-length": 350, "list-item-indent": "space", "no-tabs": null, + "list-item-spacing": false, "external": [ "remark-lint-alphabetize-lists", "remark-lint-ending-period"