render a folder of markdown files with yaml front matter to html
JavaScript parser and stringifier for YAML
Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.
YAML 1.2 parser and serializer
YAML 1.2 parser and serializer
Read and parse a YAML file
[](https://travis-ci.org/mulesoft-labs/yaml-ast-parser)
remark plugin to support frontmatter (yaml, toml, and more)
YAML language server
Extract YAML front matter from a string
YAML language support for the CodeMirror code editor
TypeScript definitions for js-yaml
OpenTelemetry Configuration
Stringify and write YAML to a file atomically
Use Environment Variables in String
A YAML parser that produces output compatible with ESLint
Html Symbol Entities dictionary for cspell.
Parse, Resolve, and Dereference JSON Schema $ref pointers
Find and load configuration from a package.json property, rc file, TypeScript module, and more!
HTML dictionary for cspell.
[](https://travis-ci.org/mulesoft-labs/yaml-ast-parser)
Tools necessary for parsing stage of ApiDOM, specifically for syntactic analysis.
Parser adapter for parsing YAML documents into OpenAPI 3.1.x namespace.
Useful functions when working with YAML.
Document conversion library for Ruby — convert between Markdown, HTML, CSV, JSON, and YAML formats. Uses Ruby stdlib (csv, json, yaml), zero external dependencies.
Compile markup files (Markdown and YAML) into HTML.
🥨 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.
This kramdown plugin uses Tablerize to convert YAML tables in Markdown to HTML.
Tablerize converts YAML to HTML tables. Say goodbye to aligning tables in Markdown.
A text parsing engine. The syntax is defined outside the engine as regex-based rules, in YAML or Ruby. It supports layering and multiple output types. Rules for Markdown to HTML are included, with optional layered extensions for tables and wikilinks.
CLI utility and Ruby API for generating structured release notes and changelog documents from various issue-tracking platforms or YAML definitions into plaintext drafts (<strong>AsciiDoc</strong>, <strong>Markdown</strong>, <strong>YAML</strong>) and rich-text output (<strong>HTML</strong> and <strong>PDF</strong>).
Marquery loads markdown files with YAML frontmatter from a conventional directory layout, exposes them through a chainable query API, resolves associated assets, and renders content to HTML. It is a Ruby companion to the Crystal shard of the same name.
DirectoryTemplate is a library which lets you generate directory structures and files from a template structure. The template structure can be a real directory structure on the filesystem, or it can be stored in a yaml file. Take a look at the examples directory in the gem to get an idea, how a template can look. When generating a new directory structure from a template, DirectoryTemplate will process the pathname of each directory and file using the DirectoryTemplate#path_processor. It will also process the contents of each file with all processors that apply to a given file. The standard path processor allows you to use `%{variables}` in pathnames. The gem comes with a .erb (renders ERB templates) and .html.markdown processor (renders markdown to html). You can use the existing processors or define your own ones.