mdproof icon indicating copy to clipboard operation
mdproof copied to clipboard

A standalone markdown to PDF converter

Results 12 mdproof issues
Sort by recently updated
recently updated
newest added

I tried running ```sh RUST_BACKTRACE=1 cargo run -- example_documents/pagination.md ``` and I got ``` Finished dev [unoptimized + debuginfo] target(s) in 3.06s Running `target/debug/mdproof example_documents/pagination.md` thread 'main' panicked at 'attempted...

RGBA PNG images are not visible in the output PDF, though they do take up space. PDF renderers used include PDF.js, qpdfviewer, apvlv, and whatever the reMarkable tablet uses. Using...

Basically, you would give it a number and it would append that many blank pages to the end. My use case is taking notes on the remarkable tablet. It does...

Instead of putting notes at the bottom of the page, put the notes at the end of the PDF. This is easier to implement, and conforms more closely to how...

https://github.com/trishume/syntect

https://spec.commonmark.org/0.28/ One caveat is that `mdproof` will **not** implement all html, even though markdown is technically a superset of it. *Some* html will be recognized, but not all. Required: -...

```sh tree -L 1 . ├── Cargo.lock ├── Cargo.toml ├── Chinese.md ├── Chinese.pdf ├── images ├── README.md ├── src ├── target ├── test.md └── test.pdf ``` thread 'main' panicked at...

I would like to generate PDF from Markdown that look "like" when reading the markdown on github, that is, with a similar / same style.

Seems like a useful feature to have, but CommonMark doesn't define any way to create page breaks. This [stackoverflow post][] suggests using some html to do it: ```html ``` [stackoverflow...

Having migrated away from TeX for most of my uni-related work to Markdown, I could not agree more with this: (from the Readme) > However, all of these methods pull...