I wrote a markdown to html converter

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. tiwi

    Build websites with Markdown

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. bleach

    Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes

    I don't know a golang library for it but https://github.com/mozilla/bleach is a python lib that escapes all the nasty javascript inputs.

  4. GoLint

    Discontinued [mirror] This is a linter for Go source code. (deprecated)

    golint is deprecated, and it’s no longer required to comment every exported variable/function/struct, etc.

  5. blackfriday

    Blackfriday: a markdown processor for Go

    unless this is an exercise in "how to make my own markdown processor" I'd suggest using proven https://github.com/russross/blackfriday

  6. commonmark-spec

    CommonMark spec, with reference implementations in C and JavaScript

    And if this is an exercise into that you can use a Markdown spec like CommonMark which is the spec Reddit and a variety of other sites use.

  7. goldmark

    :trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.

    Yuin/Goldmark is the new standard Go Markdown processor. Black Friday is older.

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

  • Question about goldmark

    2 projects | /r/golang | 2 Dec 2022
  • AIM Weekly for 11/11/2024

    6 projects | dev.to | 11 Nov 2024
  • Omniparser: A native Golang ETL streaming parser and transform library

    1 project | news.ycombinator.com | 25 Oct 2024
  • Create a Hugo Theme from Scratch - III

    3 projects | dev.to | 15 Oct 2024
  • Don't try to sanitize input. Escape output. (2020)

    2 projects | news.ycombinator.com | 13 Jul 2024

Did you know that Go is
the 4th most popular programming language
based on number of references?