markdown VS SSGo

Compare markdown vs SSGo and see what are their differences.

markdown

markdown parser and HTML renderer for Go (by gomarkdown)

SSGo

A simple Static Site Generator (SSG) built using Go language. Generates HTML from text files and directories! (by devils2ndself)
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
markdown SSGo
4 12
1,269 3
1.8% -
6.1 10.0
15 days ago over 1 year ago
Go Go
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

markdown

Posts with mentions or reviews of markdown. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-03.

SSGo

Posts with mentions or reviews of SSGo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-16.
  • Continuous Integration and Go
    2 projects | dev.to | 16 Nov 2022
    Hey there! Thanks for coming by. Today, I want to tell you how I created a Continuous Integration workflow for SSGo using GitHub Actions, as well as how I created some tests for a different Open Source repo. Maybe you'll find something useful, too!
  • Unit testing in Go
    1 project | dev.to | 10 Nov 2022
    It was also important to document everything for coming developers, so I mentioned everything in CONTRIBUTING.md. Come check it out if you want :)
  • Formatting and linting in Go 📜
    1 project | dev.to | 3 Nov 2022
    Hey there! Thanks for checking in again! This week, I've been trying to set up formatting and linting for my SSGo project. Maybe you'll get some valuable information from my experience!
  • Refactoring SSGo: letting old code go is kinda sad
    2 projects | dev.to | 26 Oct 2022
    I initially wanted SSGo to have full Markdown support, but when I was trying out Docusaurus I decided to use a ready-made package called gomarkdown for parsing.
  • SSGo 0.4 and git rebase
    1 project | dev.to | 11 Oct 2022
    Hey! Thanks for coming by. Today, I worked on refactoring the code for SSGo a bit, and eventually added a couple features that are making the 0.4 pre-release.
  • OSD600 Lab 4
    1 project | dev.to | 6 Oct 2022
    This week I worked with devils2ndself again, this time on his SSG project which was created using Go. This was my first time working with source code written in Go, but it was relatively simple with my prior knowledge of C++. I forked and created a new branch to make my changes to. Then, when I completed my changes I created a pull request (#13) and asked the owner to review my code and shortly after my changed were merged (de7d8773).
  • SSGo 0.3 and notorious git merges
    1 project | dev.to | 28 Sep 2022
    SSGo is at release 0.3, which means some additional Markdown features!
  • Contributing to another ssg project
    3 projects | dev.to | 23 Sep 2022
    I decided to look at their ssg project (my-button-ssg) which was made using JavaScript. However, since someone had already created an issue for markdown support, I decided to pick another project. After some browsing, I decided to add markdown support to SSGo since it was written using Go. I thought it would be nice to learn more about Go since I had never used it. So, I created an issue, forked the repo, and started working on it.
  • SSGo 0.1.1
    1 project | dev.to | 20 Sep 2022
    New minor patch for SSGo - a Static Site Generator built with Go!
  • SSGo - a Static Site Generator built with Go
    1 project | dev.to | 17 Sep 2022
    Yeah... I know, the name isn't that creative, but this is actually a new project I just published on GitHub! Come check it out at https://github.com/devils2ndself/SSGo

What are some alternatives?

When comparing markdown and SSGo you can also consider the following projects:

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

izyum - Fast and nice SSG written with typescript and node.js

sumatrapdf - SumatraPDF reader

goldmark-pdf - A PDF renderer for the goldmark markdown parser.

TiddlyWiki - A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.

hacker-slides - A small UI for building presentation slides from markdown markup

Hugo - The world’s fastest framework for building websites.

showdown - A bidirectional Markdown to HTML to Markdown converter written in Javascript