mdtopdf icon indicating copy to clipboard operation
mdtopdf copied to clipboard

Markdown to PDF

Results 8 mdtopdf issues
Sort by recently updated
recently updated
newest added

Hi @mandolyte , Since we're now on v2, some structure changes are required as, when one runs: ```sh go install github.com/mandolyte/mdtopdf/cmd/md2pdf@latest ``` The received version is v1.5.3, not v2.2.1. When...

The following remains to be done: - different bullets for nested items - paragraphs within an item is not working correctly (will likely require push/pop stack to manage proper context)...

I noticed that the chinese pdf example you generated is garbled. ``` https://github.com/mandolyte/mdtopdf/blob/master/cmd/chinese.pdf ```

Request to add HTMLSpan support for CSS step styling while created pdf file: {number}

**Problem** While working with this library I found an interesting case. If you create this markdown ``` ### **Email:** issuer\_email ``` and when you try to convert, you will get...

Hi. First off great project. I seem to be having problems rendering tables. Columns with very long lines overlap the table's boundary. ```md ### Some Title Goes Here | Horizonal...

Need to review gofpdf package for support this ...

A table like this: ```markdown | | head2 | head3 | | ----- | ----- | ----- | | 1 | 2 | 3 | ``` causes a panic. As...