kxxoling / markdown2pdf

[Deprecated] A command line tool to convert markdown file to pdf.
https://pypi.python.org/pypi/Markdown2PDF
63 stars 23 forks source link

Python-version and list depth issue #1

Closed lemoer closed 8 years ago

lemoer commented 8 years ago

It's important to specify the python2-command since some distributions use python3 as default python interpreter (symlinked to python)

I really like the github theme, but there is no further indentation for the inner list items yet.

kxxoling commented 8 years ago

Some opposition against this PR:

  1. Every PR should work on one issue.
  2. python always means Python 2 and Python 3 should always be python3. This's specified in PEP 0394.