normanlorrain / mdpdf

Python command line application to convert Markdown to PDF.
MIT License
51 stars 10 forks source link

Fancy badges to README #1

Open normanlorrain opened 4 years ago

normanlorrain commented 4 years ago

Examples:

.. image:: https://img.shields.io/pypi/v/mdpdf.svg :target: https://pypi.python.org/pypi/mdpdf

.. image:: https://img.shields.io/travis/normanlorrain/mdpdf.svg :target: https://travis-ci.org/normanlorrain/mdpdf

.. image:: https://readthedocs.org/projects/mdpdf/badge/?version=latest :target: https://mdpdf.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black

ricardo-reis-1970 commented 4 years ago

Hi Norman,

I stumbled upon your little app after installing/trying/raging/uninstalling 7 alternatives. It came up first on Google after I filtered for "Past year".

This works like a charm! There are no undeclared dependencies, it runs, it produces help when parameters are missing, the full nine. And on top of all this, you go ahead and actually mention "the competition"! I'm very surprised that I'm the first to start it.

I'm using it to quickly convert a markdown to PDF for a job interview coding exercise report. I could not thank you enough.

Best regards, Ricardo

normanlorrain commented 4 years ago

Thanks, Ricardo. I'm glad to see it helps you. Good luck!