runzmd: Runnable Markdown for Tutorials and Demos

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

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
  • runzmd

    Runnable Markdown for Tutorials and Demos

  • I put together a library in Golang, called runzmd which lets you use Markdown in a literate programming style. Blockquotes and comments can specify associated actions, calling back into your Go code. This lets you create tutorials and scripts which can be viewed in a browser or run on the command line. We use this in the OpenZiti project for our tutorials and demos. I thought others might be interested in using the code or even just the concept.

  • go-term-markdown

    A markdown renderer package for the terminal

  • I have a link in the readme, but I want to also shout it out here: the terminal markdown library this is built on is https://github.com/MichaelMure/go-term-markdown and it's pretty great.

  • 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
  • md-remote-commands

    Utility tool to expose through a web server some commands defined in a Markdown file.

  • Same idea 😁 I got something similar with https://github.com/rangzen/md-remote-commands That's very fun to use Mardown like that. Congrats

  • yaegi-template

    Discontinued Use yaegi as a template engine.

  • I experimented with this as well: https://github.com/Eun/yaegi-template/tree/master/examples/evaluate_readme

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

Related posts

  • Templ: A language for writing HTML user interfaces in Go

    14 projects | news.ycombinator.com | 10 Dec 2023
  • How to choose a golang template rending engine for my project?

    2 projects | /r/golang | 20 Jan 2022
  • What's the fastest template parser in Go?

    10 projects | dev.to | 1 Oct 2020
  • Creating a personal AI assistant a.k.a An approachable series on learning new stuff!

    1 project | dev.to | 10 May 2024
  • Dependency Injection: A Straightforward Implementation in Golang

    1 project | dev.to | 10 May 2024