A-Qute blog

Languages

pymd: wrapper for Python Markdown

Hey!

pymd is now available in PyPI. That means that you can install it like pip install pymd :)

pymd is a command line wrapper for Python Markdown library but having a full HTML file instead of only what it's originally parsed.

Features

  • Batch process files (in folder or in a .list) with .md, .txt or .markdown extensions
  • Specify an output folder (with automatic creation)
  • Includes all the extensions installed by Python Markdown and you can even specify your own!
  • Merge files into one big HTML or create a little book with navigation links. You can even create your own index!
  • CSSed: leave the no-so-ugly embeded CSS (you can even switch between sans and serif fonts) or link to one of your own if you prefer.
  • Headers for files! So you can share the same metadata (like your beautiful name and the creative title of your work) in all the files or when you merge the files and forgot to include the main title of your project.
  • Wiki links: [](file|path) -> [title linked file](output_path)
  • Made with love <3

Find more information and examples in pymd's project page

How to comment

  • Tweet with an URL to this post ()
  • Write a post linking here and send me a Webmention.
    Paste your URL:
  • With disqus
Comments powered by Disqus