All Projects → leroycep → Mdproof

leroycep / Mdproof

A standalone markdown to PDF converter

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Mdproof

Remarkdown
Styling HTML as if it were raw Markdown text.
Stars: ✭ 141 (-6.62%)
Mutual labels:  markdown
Remark
A simple, in-browser, markdown-driven slideshow tool.
Stars: ✭ 11,709 (+7654.3%)
Mutual labels:  markdown
Sonar Cnes Report
Generates analysis reports from SonarQube web API.
Stars: ✭ 145 (-3.97%)
Mutual labels:  markdown
Markdownd
simple markdown server (optional indexing, no symlinks) report bugs: https://github.com/aerth/markdownd/issues (Heroku takes a couple seconds to load. Patience...)
Stars: ✭ 142 (-5.96%)
Mutual labels:  markdown
Markdown Toc
🎄Generate toc for github markdown file.(为 markdown 文件生成 toc 目录)
Stars: ✭ 144 (-4.64%)
Mutual labels:  markdown
Mpeditor
微信markdown编辑器
Stars: ✭ 146 (-3.31%)
Mutual labels:  markdown
Proton
A stand-alone application to quickly preview and edit Markdown files using Electron.
Stars: ✭ 140 (-7.28%)
Mutual labels:  markdown
Westwind.aspnetcore.markdown
An ASP.NET Core Markdown support library that provides Markdown parsing, a Markdown TagHelper and Markdown Page Handler Middleware
Stars: ✭ 148 (-1.99%)
Mutual labels:  markdown
Hedgedoc
HedgeDoc - The best platform to write and share markdown.
Stars: ✭ 2,498 (+1554.3%)
Mutual labels:  markdown
Markdown readme
Markdown - you can mark up titles, lists, tables, etc., in a much cleaner, readable and accurate way if you do it with HTML.
Stars: ✭ 146 (-3.31%)
Mutual labels:  markdown
Down
Blazing fast Markdown / CommonMark rendering in Swift, built upon cmark.
Stars: ✭ 1,895 (+1154.97%)
Mutual labels:  markdown
Europa
Pure JavaScript library for converting HTML into valid Markdown
Stars: ✭ 143 (-5.3%)
Mutual labels:  markdown
Markdown Viewer
Firefox add-on to view markdown files
Stars: ✭ 146 (-3.31%)
Mutual labels:  markdown
Yn
Yank Note 一款面向程序员的 Markdown 笔记应用。支持加密文档,代码片段运行,内置终端,图表嵌入,HTML 小工具。
Stars: ✭ 143 (-5.3%)
Mutual labels:  markdown
Rdoc
⚛️📄🚀 Fast static site generator for React, Just write Markdown file. @react-doc
Stars: ✭ 147 (-2.65%)
Mutual labels:  markdown
Formd
A Markdown formatting tool
Stars: ✭ 141 (-6.62%)
Mutual labels:  markdown
Markdown It
Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
Stars: ✭ 12,638 (+8269.54%)
Mutual labels:  markdown
Remark Html
plugin to compile Markdown to HTML
Stars: ✭ 149 (-1.32%)
Mutual labels:  markdown
Hads
📚 Markdown superpowered documentation for Node.js
Stars: ✭ 147 (-2.65%)
Mutual labels:  markdown
Commonmark
Create, parse, and render Markdown text according to the CommonMark specification
Stars: ✭ 147 (-2.65%)
Mutual labels:  markdown

mdproof

A command line program that generates PDFs from markdown files, with no dependency on LaTeX or a headless browser. Still a work in progress, use at your own risk.

Features

  • No dependency on LaTeX or any other executable
  • Lists, code blocks, regular text, bold text, and italic text!

Screenshots

The readme rendered as a PDF

Installation

$ git clone https://github.com/Geemili/mdproof
$ cd mdproof
$ cargo build

Usage

$ cargo run README.md
$
$ # Or if you've copied `mdproof` to your `~/bin` folder
$ mdproof README.md

Why?

There are already a plethora of ways to generate PDFs, including LaTeX, headless browsers, or libreoffice. However, all of these methods pull in massive dependencies, and can be difficult to set up correctly.

By comparison, this program relies on only a few (direct) dependencies, and can be compiled into a single executable file.

The goal of this program is to compile markdown to pdf, without stepping through dependency hell.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].