Markdown inspired configuration languages

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammingLanguages

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vngine-rs

  • In my current project I use three different markdown inspired formats.

  • oalex

    A parser generator for rapid prototyping

  • I am currently working on a parser generator oalex that uses some Markdown-inspired components. I was planning to use headers and module boundaries. While I have the code to parse it, I haven't developed modules yet. It also uses indented code blocks to represent input patterns in rules and sample input in unit tests.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • commonmark-spec

    CommonMark spec, with reference implementations in C and JavaScript

  • First you should be using a disambiguous version of Markdown such as CommonMark.

  • I'm using some custom formatting in one of my formats, but it's not exactly like in markdown:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project