Metadata-Version: 1.1
Name: marked
Version: 0.9.0
Summary: Library/utility that converts HTML to markdown text
Home-page: https://github.com/1stvamp/marked.py
Author: Wes Mason
Author-email: wes@1stvamp.org
License: BSD
Description: marked
        ======
        
        .. image:: https://travis-ci.org/1stvamp/marked.png?branch=master
           :target: https://travis-ci.org/1stvamp/marked
        
        Introduction
        ------------
        
        ``marked`` is a library and CLI utility for transforming HTML-ish (HTML, XHTML, HTML5 etc.)
        documents and fragments into `makrdown <http://daringfireball.net/projects/markdown/>`_
        formatted content.
        
        
        It is inspired by Aaron Swartz' `html2text <http://www.aaronsw.com/2002/html2text/>`_, but
        with a more permissive license_, and using the excellent `BeautifulSoup <http://www.crummy.com/software/BeautifulSoup/>`_
        library for extremely flexible markup parsing.
        
        
        Installation
        ------------
        
        
        Usage (CLI utility)
        -------------------
        
        
        Usage (library)
        ---------------
        
        
        .. license_
        
        License
        -------
        
        
Platform: UNKNOWN
Provides: marked
