Skip to content

cognophile/slimdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple HTML to Markdown document conversion tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages