Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1 KB

README.md

File metadata and controls

36 lines (23 loc) · 1 KB

Slimdown

A HTML to Markdown conversion utility, written programmed in Python. This document can be used as the example HTML document to feed Slimdown as to show supported tags.

This tool is intended for use on simple HTML documents, such as basic HTML wiki pages. This is what it was created for. I hope to expand its functionality in time. It does have some quirks which I hope to address, but for now, it was suitable for my personal use case.


Got a problem?

Issue Submission

Please see the Github page for this project: Slimdown @ Github

It will also detail the aformentioned quirks, so do check these.

Feature Set:

  • Headings: 1-6
  • Inline styles: b, strong, i, em, strike, code
  • List items (like us!)
  • Breaks
  • Horizontal rules
  • Inline anchor external hyperlinks
  • Partial Support: Nesting List Items; Preformatted text blocks

How to use it

./slimdown-app.py -f README.html

Running Unit Tests

python3 -m unittest -v