Socket
Socket
Sign inDemoInstall

remark-preset-davidtheclark

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-preset-davidtheclark - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

6

index.js

@@ -11,2 +11,3 @@ exports.settings = {

require('remark-validate-links'),
[require('remark-toc'), { maxDepth: 3, tight: true }],
[require('remark-lint-blockquote-indentation'), 2],

@@ -23,6 +24,2 @@ [require('remark-lint-code-block-style'), 'fenced'],

require('remark-lint-no-duplicate-headings'),
require('remark-lint-no-file-name-consecutive-dashes'),
require('remark-lint-no-file-name-irregular-characters'),
require('remark-lint-no-file-name-mixed-case'),
require('remark-lint-no-file-name-outer-dashes'),
require('remark-lint-no-heading-content-indent'),

@@ -33,3 +30,2 @@ require('remark-lint-no-heading-indent'),

require('remark-lint-no-tabs'),
[require('remark-toc'), { maxDepth: 3, tight: true }]
];
{
"name": "remark-preset-davidtheclark",
"version": "0.2.0",
"version": "0.3.0",
"description": "My remark preset, for keeping Markdown documentation tidy",

@@ -27,5 +27,2 @@ "main": "index.js",

"remark-lint-code-block-style": "^1.0.1",
"remark-lint-definition-case": "^1.0.1",
"remark-lint-definition-spacing": "^1.0.1",
"remark-lint-emphasis-marker": "^1.0.1",
"remark-lint-fenced-code-marker": "^1.0.1",

@@ -40,6 +37,2 @@ "remark-lint-file-extension": "^1.0.1",

"remark-lint-no-duplicate-headings": "^1.0.1",
"remark-lint-no-file-name-consecutive-dashes": "^1.0.1",
"remark-lint-no-file-name-irregular-characters": "^1.0.1",
"remark-lint-no-file-name-mixed-case": "^1.0.1",
"remark-lint-no-file-name-outer-dashes": "^1.0.2",
"remark-lint-no-heading-content-indent": "^1.0.1",

@@ -50,3 +43,2 @@ "remark-lint-no-heading-indent": "^1.0.1",

"remark-lint-no-tabs": "^1.0.1",
"remark-lint-strong-marker": "^1.0.1",
"remark-toc": "^4.0.1",

@@ -53,0 +45,0 @@ "remark-validate-links": "^7.0.0"

14

README.md
# remark-preset-davidtheclark
My remark preset, for keeping Markdown documentation tidy.
Validation:
- Links within the repository (to headings, other files, headings in other files) are validated.
- A table of contents will be generated if you include a `Table of contents` header in a document.
Syntax:
- Unordered list items marked with `-`.
- List items indented only one space beyond the markder.
- Emphasis and strong are both indicated with `*`.
- Code blocks are fenced with triple backticks.
- `atx`-style headings, the ones that (just) start with `#` signs, e.g. `## Second-level heading`.
- Other stuff that should be intuitive or prevent mistakes.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc