Socket
Socket
Sign inDemoInstall

markdown-it

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-it - npm Package Compare versions

Comparing version 12.0.0 to 12.0.1

6

CHANGELOG.md

@@ -9,2 +9,7 @@ # Changelog

## [12.0.1] - 2020-10-19
### Fixed
- Fix tables inside lists indented with tabs, #721.
## [12.0.0] - 2020-10-14

@@ -528,2 +533,3 @@ ### Added

[12.0.1]: https://github.com/markdown-it/markdown-it/compare/12.0.0...12.0.1
[12.0.0]: https://github.com/markdown-it/markdown-it/compare/11.0.1...12.0.0

@@ -530,0 +536,0 @@ [11.0.1]: https://github.com/markdown-it/markdown-it/compare/11.0.0...11.0.1

2

lib/rules_block/table.js

@@ -9,3 +9,3 @@ // GFM table, https://github.github.com/gfm/#tables-extension-

function getLine(state, line) {
var pos = state.bMarks[line] + state.blkIndent,
var pos = state.bMarks[line] + state.tShift[line],
max = state.eMarks[line];

@@ -12,0 +12,0 @@

{
"name": "markdown-it",
"version": "12.0.0",
"version": "12.0.1",
"description": "Markdown-it - modern pluggable markdown parser.",

@@ -82,4 +82,5 @@ "keywords": [

"mocha": {
"inline-diffs": true
"inline-diffs": true,
"timeout": 60000
}
}

@@ -1,2 +0,2 @@

# markdown-it
# markdown-it <!-- omit in toc -->

@@ -20,17 +20,16 @@ [![Build Status](https://img.shields.io/travis/markdown-it/markdown-it/master.svg?style=flat)](https://travis-ci.org/markdown-it/markdown-it)

- [markdown-it](#markdown-it)
- [Install](#install)
- [Usage examples](#usage-examples)
- [Simple](#simple)
- [Init with presets and options](#init-with-presets-and-options)
- [Plugins load](#plugins-load)
- [Syntax highlighting](#syntax-highlighting)
- [Linkify](#linkify)
- [API](#api)
- [Syntax extensions](#syntax-extensions)
- [Manage rules](#manage-rules)
- [Benchmark](#benchmark)
- [markdown-it for enterprise](#markdown-it-for-enterprise)
- [Authors](#authors)
- [References / Thanks](#references--thanks)
- [Install](#install)
- [Usage examples](#usage-examples)
- [Simple](#simple)
- [Init with presets and options](#init-with-presets-and-options)
- [Plugins load](#plugins-load)
- [Syntax highlighting](#syntax-highlighting)
- [Linkify](#linkify)
- [API](#api)
- [Syntax extensions](#syntax-extensions)
- [Manage rules](#manage-rules)
- [Benchmark](#benchmark)
- [markdown-it for enterprise](#markdown-it-for-enterprise)
- [Authors](#authors)
- [References / Thanks](#references--thanks)

@@ -37,0 +36,0 @@ ## Install

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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