Socket
Socket
Sign inDemoInstall

markdown-documentation-generator

Package Overview
Dependencies
124
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.1 to 2.3.2

3

index.js

@@ -362,3 +362,2 @@ #!/usr/bin/env node

category: '',
file: '',
heading: '',

@@ -588,3 +587,3 @@ code: [],

//If reading anything other than css, create a file-location reference we'll use later
var fileLocation = (fileExtension !== "css") ? '<'+tags.file+'>'+filePath+'</'+tags.file+'>': '';
var fileLocation = (fileExtension !== "css") ? '<'+tags.file+'>'+path.relative(options.rootFolder, filePath)+'</'+tags.file+'>': '';
//Convert markdown to html

@@ -591,0 +590,0 @@ fileContents.push(markdown(match[1]) + fileLocation);

{
"name": "markdown-documentation-generator",
"version": "2.3.1",
"version": "2.3.2",
"description": "A fork of markdown-styleguide-generator. Searches files for markdown and generates a static style/documentation guide.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc