Change markdown documents by inserting or changing content relative to headings or other parts of a document's structure.
Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities
Fix broken node modules with no fuss
Enhance ESLint with better support for large scale monorepos
Patch console methods to intercept output
TypeScript definitions for diff-match-patch
Robust diff, match and patch algorithms to perform operations required for synchronizing plain text
Generates a set of Sanity patches needed to change an item (usually a document) from one shape to another
npm package for https://github.com/google/diff-match-patch
SCIM Patch operation (rfc7644).
Patch typescript to support custom transformers in tsconfig.json
No-dependencies, low-level, high-performance JIT code generation package for JavaScript
Port of diff-match-patch to TypeScript.
JSON diff & patch (object and array diff, text diff, multiple output formats)
Patch for antd v5 to support React 19
Immutable JSON patch with support for reverting operations
Implementation of JSON Merge Patch (RFC 7396)
No description provided.
TypeScript definitions for json-patch
Fast Javascript text diff
CLI for Socket.dev
Apply a JSON diff/patch to YAML while preserving whitespace, comments and overall structure
ESM and TypeScript rewrite of Google's diff-match-patch
CLI tool and schema library for applying security patches to dependencies
A fast, safe and extensible Markdown to (X)HTML parser patched to have smaller headings and no quote-escaping
BlueCloth is a Ruby implementation of John Gruber's Markdown[http://daringfireball.net/projects/markdown/], a text-to-HTML conversion tool for web writers. To quote from the project page: Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). It borrows a naming convention and several helpings of interface from {Redcloth}[http://redcloth.org/], Why the Lucky Stiff's processor for a similar text-to-HTML conversion syntax called Textile[http://www.textism.com/tools/textile/]. BlueCloth 2 is a complete rewrite using David Parsons' Discount[http://www.pell.portland.or.us/~orc/Code/discount/] library, a C implementation of Markdown. I rewrote it using the extension for speed and accuracy; the original BlueCloth was a straight port from the Perl version that I wrote in a few days for my own use just to avoid having to shell out to Markdown.pl, and it was quite buggy and slow. I apologize to all the good people that sent me patches for it that were never released. Note that the new gem is called 'bluecloth' and the old one 'BlueCloth'. If you have both installed, you can ensure you're loading the new one with the 'gem' directive: # Load the 2.0 version gem 'bluecloth', '>= 2.0.0' # Load the 1.0 version gem 'BlueCloth' require 'bluecloth'
No description provided.
No description provided.
No description provided.