All Projects → travs → Markdown Pdf

travs / Markdown Pdf

Licence: mit
Convert markdown to pdf, png or jpeg on the fly in Atom

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Markdown Pdf

Remarks
Extract highlights, scribbles, and annotations from PDFs marked with the reMarkable tablet. Export to Markdown, PDF, PNG, and SVG
Stars: ✭ 94 (-62.4%)
Mutual labels:  markdown, pdf
React Antd Admin
后台前端管理系统,基于react、typescript、antd、dva及一些特别优秀的开源库实现
Stars: ✭ 117 (-53.2%)
Mutual labels:  markdown, pdf
Officeproducer
Produce doc/docx/pdf format from doc/docx template
Stars: ✭ 95 (-62%)
Mutual labels:  pdf, convert
Docnado
Rapid documentation tool that will blow you away...
Stars: ✭ 67 (-73.2%)
Mutual labels:  markdown, pdf
Binb
Binb is not Beamer
Stars: ✭ 160 (-36%)
Mutual labels:  markdown, pdf
Markdownmonster
An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
Stars: ✭ 1,203 (+381.2%)
Mutual labels:  markdown, pdf
Kramdown
kramdown is a fast, pure Ruby Markdown superset converter, using a strict syntax definition and supporting several common extensions.
Stars: ✭ 1,546 (+518.4%)
Mutual labels:  markdown, pdf
Mybox
Easy tools of document, image, file, network, location, color, and media.
Stars: ✭ 45 (-82%)
Mutual labels:  markdown, pdf
Markdown Themeable Pdf
ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
Stars: ✭ 130 (-48%)
Mutual labels:  pdf, convert
Chromehtmltopdf
Convert HTML to PDF with Chrome
Stars: ✭ 122 (-51.2%)
Mutual labels:  pdf, convert
Gopdf
pdf document generation library
Stars: ✭ 63 (-74.8%)
Mutual labels:  markdown, pdf
Pandoc Book Template
A simple Pandoc template to build documents and ebooks.
Stars: ✭ 214 (-14.4%)
Mutual labels:  markdown, pdf
Gulp Markdown Pdf
Markdown to PDF
Stars: ✭ 56 (-77.6%)
Mutual labels:  markdown, pdf
Gotenberg Php Client
PHP client for the Gotenberg API
Stars: ✭ 80 (-68%)
Mutual labels:  markdown, pdf
O
🌀 Text editor suitable for writing git commit messages and editing Markdown files. Can build executables and jump to errors at the press of `ctrl-space`, for several programming languages. Can format code with `ctrl-w`. Provides general syntax highlighting, rainbow parenthesis and cut/paste portals. o is intentionally limited to VT100.
Stars: ✭ 54 (-78.4%)
Mutual labels:  markdown, pdf
Pandiff
Prose diffs for any document format supported by Pandoc
Stars: ✭ 110 (-56%)
Mutual labels:  markdown, pdf
Mkdocs With Pdf
Generate a single PDF file from MkDocs repository.
Stars: ✭ 39 (-84.4%)
Mutual labels:  markdown, pdf
Markdown2pdf
A simple library to convert markdown to pdf using Java
Stars: ✭ 41 (-83.6%)
Mutual labels:  markdown, pdf
Markdownslides
MarkdownSlides is a Reveal.js and PDF slides generator from MARKDOWN files, that also generate HTML, EPUB and DOCX documents. The idea is that from a same MARKDOWN file we can get slides and books without worrying about style, just worrying about content.
Stars: ✭ 121 (-51.6%)
Mutual labels:  markdown, pdf
Markdown Pdf
📄 Markdown to PDF converter
Stars: ✭ 2,365 (+846%)
Mutual labels:  markdown, pdf

Markdown to PDF

Convert markdown-formatted documents to pdf files without ever leaving Atom.

Usage

Just focus the window containing your markdown file and use the convert command (Packages > Markdown PDF > Convert).

The output PDF will be styled similar to the markdown on github.com, as well as any user styles you have added.

It will appear in the same directory as the Markdown you are converting, with the same name and a .pdf extension.

You can set parameters in the package's settings, such as page and border size.

markdown-pdf

Tips

User styles

Note that user styles will have to be encapsulated in a .markdown-body selector to override the default stylesheets, like this:

.markdown-body {
  h1 {
    font-size: 1.3em;
  }
}

Page breaks

Page breaks can be added with this element:

<div style="page-break-after: always;"></div>

Image paths

If you have trouble rendering an image, you may have to use a relative path:

# this doesn't work:
![logo](/assets/logo.png)

# but this does
![logo](./assets/logo.png)

Heart it? Hate it?

Feel free to run apm star 'markdown-pdf' or give some feedback 😄

Special thanks to these folks

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].