[Markdown](https://es.wikipedia.org/wiki/Markdown) es un lenguaje de marcado ligero muy popular entre developers. Es usado en muchísimas plataformas que manejan texto plano (GitHub, foros, blogs, ...), y es muy común encontrar varios archivos en ese fo
Validate markdown links
Validate Markdown frontmatter YAML against an associated JSON schema — remark-lint rule plugin
Transform Html blocks in Markdown files for use with html-validate.
A node.js infrastructure to validate markdown content.
Validate markdown links
Validate markdown links
A collection of tests to validate markdown parser output against the wikirefs spec
Give me a string and I'll tell you if it's a valid npm package name
Email address and domain validation
No description provided.
ESLint plugin to format and validate Markdown frontmatter using schema-driven rules
Check if a buffer contains valid UTF-8
TypeScript definitions for validate-npm-package-name
Email address and domain validation
Validates whether a string matches the production for an XML name or qualified name
A tool to validate Markdown and AsciiDoc structure against a specified template
User validations for npm
Validate plugin/preset options
Check if a string is SVG
Validate identifier/keywords name
Loosely validate an event.
Offline HTML5 validator and linter
cron-validate is a cron-expression validator written in TypeScript.
Specify which objects your services publish or consume in MSON (markdown) and let this gem validate these contracts.
Adds extra validation to rendered markdown
Checks whether links/images in your Markdown files are valid.
Specify which objects your services publish or consume in MSON (markdown) and let this gem validate these contracts.
Markdown Parawn is a library and an executable script which allow you to generate a PDF from any valid Markdown.
BlueCloth is a Ruby implementation of Markdown, a text-to-HTML conversion tool for web writers. 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).
Convert BBCode to Markdown and check whether the BBCode is valid.
🥨 yaml-converter parses YAML files (with inline #note: annotations and validation markers) and emits polished Markdown, HTML, and PDF/DOCX (via pandoc) outputs including a validation status line, fenced YAML blocks, and extracted notes.
The Prolog::Services::MarkdownToHtml class converts valid Markdown to valid HTML (as well-formed XML; i.e., void element tags such as <br/> are always properly closed). The resulting HTML is rendered as a single line of text with all unnecessary whitespace removed.
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'
Provides safe, atomic markdown file operations with frontmatter extraction, section editing, and validation. Prevents file corruption through backup/rollback mechanisms.
A Ruby gem for parsing skill files that use YAML frontmatter and markdown body content. Provides document splitting, YAML parsing, schema validation, and returns immutable Skill objects. Designed for agent/AI systems where skills are defined as structured markdown documents with metadata.