aleja-md-links
Herramienta en Node.js, que lee y analiza archivos en formato Markdown, para verificar los links que contengan y reportar algunas estadísticas
Herramienta en Node.js, que lee y analiza archivos en formato Markdown, para verificar los links que contengan y reportar algunas estadísticas
## Índice
Show links and statistics of mdfiles
[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
Validator of links contained only in md files
`md-links-md` es una libreria que permite extraer los links presentes en un archivo Markdown (.md).Puedes utilizarlo como módulo o requerirlo desde un archivo javascript en tu proyecto. Además indica la ruta del archivo donde se encontró el link y el tex
This module allows you to extract links from a markdown file, and shows an Array of objects with the link, the test of the link, the status of this link and the line of the Markdown file where the link was found.
Validator of links contained only in md files
herramienta de línea de comando (CLI) así como tu propia librería (o biblioteca - library) en JavaScript.
Librería para extraer enlaces de archivos Markdown y realizar diversas operaciones con estos
Tool to read, validate, and analyze files in Markdown format.
Encuentra links en archivos .md y muestra estadísticas de su estado
<br><img src="https://github.com/martinaemunoz/DEV007-md-links/raw/main/img/banner-md.png" style= width:80%>
libreria para validar links
## Índice
libreria para analizar archivos.md
Md-Links te ayudará a verificar si los links que estén en los archivos .md sirven o ya están invalidados.

A command line tool for which reads and parses Markdown files, to verify the links they contain and to report some statistics.