This project is a command-line utility designed to automate the creation and maintenance of tables of contents within markdown files. It functions as a static documentation processor that parses document headings to generate hierarchical navigation lists, which are then injected directly into the source files. The tool distinguishes itself by supporting both local files and remote network streams as input sources. It utilizes marker-based content updating to refresh existing navigation sections without requiring manual edits, and it includes authentication support for remote requests to bypas
Markdown-toc is a utility for generating and maintaining tables of contents within markdown files. It functions as both a command-line interface and a programmatic library, enabling the automated creation of structured navigation links based on the heading hierarchy of a document. The tool distinguishes itself through its marker-based injection system, which allows for the precise placement and updating of navigation blocks within existing files. It includes a dedicated transformation pipeline for slugifying heading text into URL-friendly identifiers, ensuring that generated links remain cons
Blackfriday is a Go library for parsing and converting Markdown text into HTML, LaTeX, and other structured formats. It functions as an extensible Markdown processor that transforms syntax into target markup languages. The project is distinguished by its pluggable rendering architecture, which allows for the production of diverse output targets such as Slack message styles, Confluence Wiki Markup, and GitHub Flavored Markdown. It supports custom syntax extensions including definition lists, footnotes, autolinks, and strikethroughs. The processor includes utilities for generating automatic ta
Standard README is a markdown documentation standard and specification designed to organize project metadata and instructions. It functions as an open source governance framework that establishes a formal set of rules and templates to ensure project information remains predictable and consistent across different repositories. The project provides a documentation compliance validator to check if a README complies with these predefined formatting standards. It includes tools for README template generation to produce baseline documentation files and a system for signaling specification complianc
doctoc es un generador de tablas de contenido markdown y procesador de archivos diseñado para crear y actualizar automáticamente listas vinculadas de encabezados dentro de documentos markdown. Funciona como una herramienta de documentación de repositorios git que escanea directorios locales para asegurar que la navegación permanezca consistente a través de una colección de archivos.
Las características principales de thlorenz/doctoc son: Automatic Table of Contents, Anchor Links, Markdown Processors, Markdown Documentation, Platform Anchor Generators, TOC Refresh Utilities, Git Documentation Utilities, RegEx Heading Extractors.
Las alternativas de código abierto para thlorenz/doctoc incluyen: ekalinin/github-markdown-toc — This project is a command-line utility designed to automate the creation and maintenance of tables of contents within… jonschlinkert/markdown-toc — Markdown-toc is a utility for generating and maintaining tables of contents within markdown files. It functions as… russross/blackfriday — Blackfriday is a Go library for parsing and converting Markdown text into HTML, LaTeX, and other structured formats.… richardlitt/standard-readme — Standard README is a markdown documentation standard and specification designed to organize project metadata and… swiftggteam/the-swift-programming-language-in-chinese — This project is a Simplified Chinese translation of the official Swift programming language documentation. It… christianlempa/cheat-sheets — This project is a technical reference knowledge base and developer cheat sheet repository. It functions as a…