Metadata-Version: 1.0
Name: linh
Version: 0.0.1
Summary: Linh is not HTML
Home-page: http://pypi.python.org/pypi/linh/
Author: André Farzat
Author-email: andrefarzat@gmail.com
License: LICENSE
Description: Linh
        ====
        
        
        0.0
        ---
        1. Create the Lexer
        ```
        linh = Linh('div')
        linh.render() # <div>
        ```
        
        
        0.1
        ---
        
        1. div to <div>
        2. #id to <div id="id">
        
        
        
        
        TODO
        ----
        
        * variables
        * filter
        * django tags
        * django tags inline (e.g.: img src="{% static 'image.png' %}'
        * doctype
        
        
Platform: UNKNOWN
