markup VS gitlab-foss

Compare markup vs gitlab-foss and see what are their differences.

markup

Determines which markup library to use to render a content file (e.g. README) on GitHub (by github)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
markup gitlab-foss
9 47
5,778 -
0.5% -
2.0 -
21 days ago -
Ruby
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.

markup

Posts with mentions or reviews of markup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-17.
  • Give your brain time to think and remember
    7 projects | news.ycombinator.com | 17 May 2023
    Btw github supports more than just markdown: https://github.com/github/markup#markups
  • Documentation generators and custom syntax highlighting
    5 projects | /r/ProgrammingLanguages | 5 May 2023
    I'm not sure 4. works for colors/styling, style attributes are stripped: https://github.com/github/markup/issues/119
  • Do you think we will see color text in GFM?
    1 project | /r/github | 15 Feb 2023
  • Hiding front matter block in github markdown
    1 project | /r/github | 9 Nov 2022
    I found this issue, which does not show much traction: https://github.com/github/markup/issues/994
  • Hi DM's, what medium do you use to organise your campaign?
    3 projects | /r/DnD | 11 Oct 2022
    For sharing settings and lore with players, GitHub wiki. Understands Org and several other formats thanks to GitHub Markup, so I can copy in (and trim down) my original notes without much fuss.
  • raw-markdown and rendered markdown
    2 projects | /r/Markdown | 20 Jun 2022
  • Include diagrams in your Markdown files with Mermaid
    22 projects | news.ycombinator.com | 14 Feb 2022
    Re: https://github.com/github/markup/issues/533

    I’m the main author of KeenWrite (see screenshots), a type of desktop Markdown editor that supports diagrams. It’s encouraging to see that Mermaid diagrams are being supported in GitHub. There are a few drawbacks on the syntax and implications of using MermaidJS.

    First, only browser-based SVG renderers can correctly parse Mermaid diagrams. I’ve tested Apache Batik, svgSalamander, resvg, rsvg-convert, svglib, CairoSVG, ConTeXt, and QtSVG. See issue 2485. This implies that typesetting Mermaid diagrams is not currently possible. In effect, by including Mermaid diagrams, many documents will be restricted to web-based output, excluding the possibility of producing PDF documents based on GitHub markdown documents (for the foreseeable future).

    Second, there are numerous text-to-diagram facilities available beyond Mermaid. The server at https://kroki.io/ supports Mermaid, PlantUML, Graphviz, byte fields, and many more. While including MermaidJS is a great step forward, supporting Kroki diagrams would allow a much greater variety. (Most diagrams produced in MermaidJS can also be crafted in Graphviz, albeit with less terse syntax.)

    Third, see the CommonMark discussion thread referring to a syntax for diagrams. It’s unfortunate that a standard “namespace” concept was not proposed.

    Fourth, KeenWrite integrates Kroki. To do so, it uses a variation on the syntax:

        ``` diagram-mermaid
  • Footnotes now supported in GitHub Markdown
    6 projects | news.ycombinator.com | 30 Sep 2021
    I thought it only rendered files in the repo (match by extension). Does GH also allow asciidoc(tor) syntax in comments and issues?

    * Note: Sadly, include is not supported on GH. https://github.com/github/markup/issues/1095

  • Compare AsciiDoc and Markdown
    6 projects | news.ycombinator.com | 5 Jul 2021

gitlab-foss

Posts with mentions or reviews of gitlab-foss. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-12.
  • GitHub Actions Are a Problem
    19 projects | news.ycombinator.com | 12 Nov 2023
    * Gitlab EE (enterprise edition) is closed, but Gitlab CE (community edition) is open source (https://gitlab.com/gitlab-org/gitlab-foss/)

    * I didn't follow the Gitea drama too closely, but my understanding is that Forgejo was a fork born out of that situation

    * I've heard the SourceHut guy is a controversial figure, so avoiding it because of that isn't unreasonable. I will just say that "spite forks" tend not to last very long

  • Server-Side Request Forgery in Rails
    2 projects | dev.to | 19 Jul 2023
    Gitlab uses an UrlBlocker class to prevent malicious users from exploiting SSRF via the webhook URL. This class validates the URL and blocks everything which is a local network, but before the 11.5.1 version, they didn't think about an IPv6 format, which maps to IPv4: [0:0:0:0:0:ffff:127.0.0.1]. Replacing the part of 127.0.0.1 to any IP address also worked, and this vulnerability made it possible to send requests to the internal network of a GitLab instance. You can read the issue report here: (https://gitlab.com/gitlab-org/gitlab-foss/-/issues/53242 )[https://gitlab.com/gitlab-org/gitlab-foss/-/issues/53242]
  • Automating deployment to kubernetes
    2 projects | /r/devops | 12 Jul 2023
    I recommend Auto DevOps and hooking your project up to the Kubernetes cluster. Auto DevOps is a standard CI/CD template that GitLab uses by default when .gitlab-ci.yml is not present. It can automatically package up certain types of applications, including those with a Dockerfile in the root of the repo. If the project is hooked up to a Kubernetes cluster and all the right variables are present, it builds that docker image and then fills in a Helm chart template containing that image and deploys it to the cluster.
  • Beautifying our UI: Giving Gitlab build features a fresh look
    10 projects | news.ycombinator.com | 5 Jul 2023
    Thanks. This was also requested for the UI 7 years ago

    https://gitlab.com/gitlab-org/gitlab-foss/-/issues/12776

    and then closed with the claim that this was implemented, when in fact, it was not.

  • How we cut down our CI build times by 50%
    2 projects | dev.to | 21 Apr 2023
    Similar to fsync, these are designed to ensure data integrity, but in a test setup, they don't matter. You can read more about these in the Postgres doc on non-durability. and explore some benchmarks from Gitlab here. Interestingly, CircleCI's old Postgres images had these features disabled by default, but the newer ones don't seem to.
  • Is Jenkins still the king?
    3 projects | /r/devops | 16 Apr 2023
    Most all of those things are possible with Argo Workflows or Tekton with very great effort. But a sustainable system with all the features built-in.
  • So weird, stage named test is not displayed in pipeline
    1 project | /r/gitlab | 14 Apr 2023
  • Gitlab for FOSS reporting
    1 project | /r/gitlab | 8 Mar 2023
    If you wish to clone a copy of GitLab without proprietary code, you can use the read-only mirror of GitLab located at https://gitlab.com/gitlab-org/gitlab-foss/. However, please do not submit any issues and/or merge requests to that project.
  • Gitlab runners unable to clone over http(s) when git access set to SSH only.
    1 project | /r/gitlab | 28 Feb 2023
    GitLab versions 10.7 and later, allow the HTTP(S) protocol for Git clone or fetch requests done by GitLab Runner from CI/CD jobs, even if you select Only SSH.
  • No words v2💀
    2 projects | /r/ProgrammerHumor | 26 Feb 2023
    it sure does

What are some alternatives?

When comparing markup and gitlab-foss you can also consider the following projects:

org-mode - This is a MIRROR only, do not send PR.

gitlab

libasciidoc - A Golang library for processing Asciidoc files.

emacs - Mirror of GNU Emacs

commonmark-spec - CommonMark spec, with reference implementations in C and JavaScript

CryptPad - Collaborative office suite, end-to-end encrypted and open-source.

aasvg - Turn ASCII art into SVG

taiga-docker - [Moved to: https://github.com/taigaio/taiga-docker]

cmark-gfm - GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C

marktext - 📝A simple and elegant markdown editor, available for Linux, macOS and Windows.

taiga-docker - Deployment utilities for Taiga