JavaScript Markdown

Open-source JavaScript projects categorized as Markdown

Top 23 JavaScript Markdown Projects

  • prettier

    Prettier is an opinionated code formatter.

    Project mention: Format Your Code Using Prettier Like a Pro | dev.to | 2025-01-07

    Prettier can be configured and run in multiple ways. In this example, I’ll demonstrate how to set up Prettier with a Git hook for automation in VS Code. For more examples and configurations, visit Prettier’s documentation.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • marktext

    πŸ“A simple and elegant markdown editor, available for Linux, macOS and Windows.

    Project mention: App Should Have Been a Website (and Probably Your Game Too) | news.ycombinator.com | 2024-12-31
  • marked

    A markdown parser and compiler. Built for speed.

    Project mention: Astro & Strapi Website Tutorial: Part 3 - Project Build | dev.to | 2024-12-10

    The first step is to install marked. This is a markedown parser that will convert our markdown content into HTML. Run the command below to install marked.

  • docsify

    πŸƒ A magical documentation site generator.

    Project mention: Alternatives to Docusaurus for product documentation | dev.to | 2024-04-04

    Docsify is frequently updated; the latest release was on June 24, 2023, and the most recent update was on December 17, 2023. It is MIT-licensed and has an active Discord community.

  • github-profile-readme-generator

    πŸš€ Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI.

    Project mention: GitHub Makeover: Create a Profile README That Stands Out and Connects! πŸ‘¨β€πŸ’» | dev.to | 2025-01-11

    πŸš€ GitHub Profile Readme Generator: A tool to help you quickly create a stunning README.

  • stackedit

    In-browser Markdown editor

  • koodo-reader

    A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web

    Project mention: Foliate: Read e-books in style, navigate with ease | news.ycombinator.com | 2024-07-18

    https://github.com/koodo-reader/koodo-reader/commits/master/

    I'm really not confortable with projects that treat the Git history as junk, to the point I'd rather avoid that software. I daily use the e-reader Koreader, and sometimes Plato, and their source code and Git history are clear and documented (though I think Koreader's choice of Lua is poorly suited to the task). I could patch Koreader to my taste and send pull requests.

  • markdown-it

    Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed

    Project mention: Building a Dynamic Blog Dashboard with Next.js | dev.to | 2024-12-06

    github.com/markdown-it/markdown-it - markdown biblioteca.

  • mdx

    Markdown for the component era

    Project mention: Storybook: The Workshop for Modern Frontends | dev.to | 2024-11-03

    Storybook simplifies working on those hard-to-reach spots in your codebase by providing an isolated workspace. It is a separate framework-agnostic app within your repository. You can do everything from developing components to documenting all different component states and showcasing them nicely using MDX with clickable demos and interactively changeable component arguments. You can also test your components within Storybook. Storybook's add-on API allows you to tailor it to your needs.

  • showdown

    A bidirectional Markdown to HTML to Markdown converter written in Javascript

  • editor.md

    The open source embeddable online markdown editor (component).

  • react-markdown

    Markdown component for React

    Project mention: Building a Dynamic Blog Dashboard with Next.js | dev.to | 2024-12-06

    github.com/remarkjs/react-markdown - Biblioteca para renderizar markdown em nosso componente react.

  • remark

    A simple, in-browser, markdown-driven slideshow tool.

    Project mention: Sent – simple plaintext presentation tool | news.ycombinator.com | 2024-02-18

    Eh there are loads of these based on Markdown that are much better. I think revealjs is the most popular, but I like remarkjs:

    https://github.com/gnab/remark

    There's a list of them here:

  • mdx-deck

    ♠️ React MDX-based presentation decks

  • stylelint

    A mighty CSS linter that helps you avoid errors and enforce conventions.

    Project mention: Rethinking CSS in JS | dev.to | 2024-09-12
  • HackMD

    CodiMD - Realtime collaborative markdown notes on all platforms.

    Project mention: OpenBSD 7.5 via QEMU on Hetzner physical machine (no phys. access / KVM console) | news.ycombinator.com | 2024-08-11

    This site is built on CodiMD, which seems like a really cool platform for editing and publishing markdown: https://github.com/hackmdio/CodiMD

  • Metalsmith

    An extremely simple, pluggable static site generator for Node.js

  • remark

    markdown processor powered by plugins part of the @unifiedjs collective (by remarkjs)

    Project mention: Extending AstroJS Markdown Processing With Remark and Rehype Plugins | dev.to | 2024-08-17

    Both Remark and Rehype are frameworks to transform documents by first transforming them to abstract syntax trees (AST) and then applying pluggable functions to the AST before converting it to the target format.

  • markdown-preview.nvim

    markdown preview plugin for (neo)vim

    Project mention: Iamcco/Markdown-preview.nvim: Markdown preview plugin for (neo)Vim | news.ycombinator.com | 2024-09-24
  • remarkable

    Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.

  • markdownlint

    A Node.js style checker and lint tool for Markdown/CommonMark files.

    Project mention: First Contribution | dev.to | 2024-10-05

    Since the maintainer mentioned it was a copy-paste job, I went looking for the existing release notes. I figured the first place to look would be the releases on GitHub and found them right away. I did make some adjustments such as removing the GitHub changelogs and any references to them, since the previous release notes didn't include them, although I did notice the previous release notes didn't bother to remove any mentions of the changelogs even though they're absent from the docs. The markdown file was also inconsistently formatted, and links in the GitHub release notes were missing from the ones in the docs. Nevertheless, I figured I should ensure my contribution maintains a high standard, so I used markdownlint for my additions and made sure to move any links over, especially since many of them linked to contributors' GitHub profiles. One of the releases also didn't have any notes at all, but I couldn't just remove it. I also couldn't just have a heading with no body. This release was a release candidate for a minor version and there were several others like it with brief release notes simply stating that they were pre-release builds for the next minor version, so I copied the same format.

  • percollate

    A command-line tool to turn web pages into readable PDF, EPUB, HTML, or Markdown docs.

    Project mention: Show HN: Epublifier – scrape pages (books, manuals) for offline reading | news.ycombinator.com | 2024-10-21

    For those interested in a simple to use command line tool that accomplishes the same I've had success with percollate - https://github.com/danburzo/percollate

  • readme.so

    An online drag-and-drop editor to easily build READMEs

    Project mention: Level Up Your GitHub Profile With These 20+ Amazing Resources! πŸš€ | dev.to | 2024-12-12

    readme.so An online drag-and-drop editor for easily building READMEs. Use it to create your profile README or for your projects.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Markdown discussion

Log in or Post with

JavaScript Markdown related posts

  • GitHub Makeover: Create a Profile README That Stands Out and Connects! πŸ‘¨β€πŸ’»

    5 projects | dev.to | 11 Jan 2025
  • App Should Have Been a Website (and Probably Your Game Too)

    10 projects | news.ycombinator.com | 31 Dec 2024
  • NanoMD: θΌ•ι‡εŒ– Markdown 編輯器

    2 projects | dev.to | 21 Dec 2024
  • Level Up Your GitHub Profile With These 20+ Amazing Resources! πŸš€

    2 projects | dev.to | 12 Dec 2024
  • Astro & Strapi Website Tutorial: Part 3 - Project Build

    2 projects | dev.to | 10 Dec 2024
  • Building a Dynamic Blog Dashboard with Next.js

    5 projects | dev.to | 6 Dec 2024
  • Day 5: For all blogging matters ✍️

    1 project | dev.to | 4 Dec 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Index

What are some of the best open-source Markdown projects in JavaScript? This list will help you:

Project Stars
1 prettier 49,770
2 marktext 48,213
3 marked 33,560
4 docsify 28,332
5 github-profile-readme-generator 22,089
6 stackedit 21,887
7 koodo-reader 20,345
8 markdown-it 18,644
9 mdx 17,939
10 showdown 14,405
11 editor.md 13,934
12 react-markdown 13,483
13 remark 12,760
14 mdx-deck 11,369
15 stylelint 11,100
16 HackMD 9,384
17 Metalsmith 7,847
18 remark 7,830
19 markdown-preview.nvim 6,952
20 remarkable 5,759
21 markdownlint 4,918
22 percollate 4,350
23 readme.so 4,345

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?